-
-
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新建项目,启动时报错:Error: Cannot find module 'E:\@vue\cli-service\bin\vue-cli-service.js' #5420
Comments
the same, on win10 & macOS |
The error caused by the and |
Is it because of the environment or configuration?How to deal with this situation? |
@wanghuan19961020 I am not familiar with the syntax of |
@fangbinwei Thank you |
Seems related to this bug npm/cmd-shim#45 |
Version
4.3.1
Environment info
Steps to reproduce
问题复现
vue create test-demo
创建项目test-demo,自定义配置如下:npm run serve
,出现以下报错:错误原因分析
Error: Cannot find module 'E:\@vue\cli-service\bin\vue-cli-service.js'
请问这个是什么原因导致的?有没有什么彻底的解决方法?
What is expected?
npm run serve可以正常启动项目,不会报错
What is actually happening?
npm run serve无法正常启动项目,报错Error: Cannot find module 'E:@VUE\cli-service\bin\vue-cli-service.js'
The text was updated successfully, but these errors were encountered: