-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running vue init webpack creates failing code #1273
Comments
Could you try and downgrade babel-eslint to 7.*? |
Downgraded babel-eslint to v7.2.3 in package.json. |
I read this: babel/babel-eslint#578 There's no answer about this yet but seems that at least on windows, babel-eslint >=8 doesn't work with babel 6. I tested it on OSX and didn't have any problems. Would you be interested in making a PR to downgrade babel-eslint in the template? |
Done! |
Environment
npm -v -> 5.6.0
node -v -> 9.4.0
vue-cli -> 2.9.2
OS -> Windows 10 x64
Steps to reproduce
npm install
for you after the project has been created? (recommended) noExpected behavior
Everything compiles OK and dev server starts up
Actual behavior
Additional data
Project is located under "F:" and user home is under "C:".
package.json
The text was updated successfully, but these errors were encountered: