-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
vue-cli 2.3.1 #165
Comments
@GJean this issue isn't |
No I try fix with add resolver in webpack.package.json but does'nt fix my problem. And why he search in my home directory ? it's not my project directory. |
If I copy/paste project package.json in /home/gjean it's work. |
I uninstall all nodejs and vue cli. After install again nodejs, npm and vue cli and now it's work. thanks for your help. |
Hi,
I update vue-cli 2.2.0 to 2.3.1 and now on my all project I have this error when I launch npm run dev
ERROR in ./src/App.vue Module not found: SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: /home/gjean/package.json (directory description file): SyntaxError: Unexpected end of JSON input @ ./src/App.vue 10:23-136 @ ./src/main.js @ multi main
I use template webpack-simple-2.0 and my OS is Manjaro Linux
The text was updated successfully, but these errors were encountered: