You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to create a project using the cli tool in a Windows 10 environment and have been running into a range of issues. I'll list the ones I've noticed. Please tell me if I am doing something wrong.
It is not documented anywhere that you should first run npm run init before running npm run dev
After running npm install you get the error Module not found: Error: Can't resolve 'iview-loader' when trying to run npm run init so I'm guess theres missing packages in the package.json file.
After installing the missing packages you get this error Module not found: Error: Can't resolve 'less-loader' it seems like the cli tool doesnt properly generate the webpack config files for sass.
The text was updated successfully, but these errors were encountered:
I've been trying to create a project using the cli tool in a Windows 10 environment and have been running into a range of issues. I'll list the ones I've noticed. Please tell me if I am doing something wrong.
npm run init
before runningnpm run dev
npm install
you get the errorModule not found: Error: Can't resolve 'iview-loader'
when trying to runnpm run init
so I'm guess theres missing packages in the package.json file.Module not found: Error: Can't resolve 'less-loader'
it seems like the cli tool doesnt properly generate the webpack config files for sass.The text was updated successfully, but these errors were encountered: