Any new project running will report an error.
See original GitHub issueVersion
3.9.3
Environment info
System:
OS: macOS 10.14.6
CPU: (4) x64 Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz
Binaries:
Node: 12.6.0 - /usr/local/bin/node
Yarn: Not Found
npm: 6.9.0 - /usr/local/bin/npm
Browsers:
Chrome: 75.0.3770.100
Firefox: Not Found
Safari: 12.1.2
npmGlobalPackages:
@vue/cli: 3.9.3
Steps to reproduce
- run
vue ui
- Create a new project
- Execute
Server
in thedashboard
What is expected?
The project is running correctly
What is actually happening?
$ vue-cli-service serve --mode development --dashboard
INFO Starting development server...
88% content hashing JavascriptModulesPlugin ERROR Failed to compile with 7 errors下午3:32:04
These dependencies were not found:
* /Users/ovo/Documents/Outsourcing/Wen/Test/node_modules/webpack-dev-server/client/index.js?http://172.16.10.49:8080/sockjs-node in multi ../Test/node_modules/webpack-dev-server/client?http://172.16.10.49:8080/sockjs-node ../Test/node_modules/webpack/hot/dev-server.js ./src/main.js, multi ../Test/node_modules/webpack-dev-server/client?http://localhost ../Test/node_modules/webpack/hot/dev-server.js ../Test/node_modules/webpack-dev-server/client?http://172.16.10.49:8080/sockjs-node ./src/main.js
* /Users/ovo/Documents/Outsourcing/Wen/Test/node_modules/webpack-dev-server/client/index.js?http://localhost in multi ../Test/node_modules/webpack-dev-server/client?http://localhost ../Test/node_modules/webpack/hot/dev-server.js ../Test/node_modules/webpack-dev-server/client?http://172.16.10.49:8080/sockjs-node ./src/main.js
* /Users/ovo/Documents/Outsourcing/Wen/Test/node_modules/webpack/hot/dev-server.js in multi ../Test/node_modules/webpack-dev-server/client?http://172.16.10.49:8080/sockjs-node ../Test/node_modules/webpack/hot/dev-server.js ./src/main.js, multi ../Test/node_modules/webpack-dev-server/client?http://localhost ../Test/node_modules/webpack/hot/dev-server.js ../Test/node_modules/webpack-dev-server/client?http://172.16.10.49:8080/sockjs-node ./src/main.js
To install them, you can run: npm install --save /Users/ovo/Documents/Outsourcing/Wen/Test/node_modules/webpack-dev-server/client/index.js?http://172.16.10.49:8080/sockjs-node /Users/ovo/Documents/Outsourcing/Wen/Test/node_modules/webpack-dev-server/client/index.js?http://localhost /Users/ovo/Documents/Outsourcing/Wen/Test/node_modules/webpack/hot/dev-server.js
This relative module was not found:
* ./src/main.js in multi ../Test/node_modules/webpack-dev-server/client?http://172.16.10.49:8080/sockjs-node ../Test/node_modules/webpack/hot/dev-server.js ./src/main.js, multi ../Test/node_modules/webpack-dev-server/client?http://localhost ../Test/node_modules/webpack/hot/dev-server.js ../Test/node_modules/webpack-dev-server/client?http://172.16.10.49:8080/sockjs-node ./src/main.js
This problem occurs when you create any new project.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7
Top Results From Across the Web
AS create a new project,code reports some error, but it can run ...
I try to Click File -> Invalidate Caches/Restar.Open the project again,not work. · I tyr to Build -> Clean project,Rebuild project.Not work,code ...
Read more >Error on migrating any project - Visual Studio Feedback
Reported Feb 06, 2017. After the latest update, opening any solution I've tried so far gives the following error in the status bar:...
Read more >Project build errors and warnings (PRJxxxx) - Microsoft Learn
The Visual Studio compilers and build tools can report many kinds of errors and warnings. After an error or warning is found, the...
Read more >Error Reporting | Google Cloud
See at a glance your application's top or new errors in a clear dashboard. Looking at a log stream to find important errors...
Read more >Creating an issue - GitHub Docs
You can also specify assignees, labels, milestones, and projects. gh issue create --title "My new issue" --body "Here are more details." --assignee @me,monalisa ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
vue-cli does not support ProjectName with uppercase letters.
The actual ProjectName created by vue-cli is lowercased.
In your case, the path should be
Users/ovo/Documents/Outsourcing/Wen/test/...
Hence This relative module was not found So this might be fixed by editing your ProjectName
Test
totest
in vue-cli db file:~/.vue-cli-ui/db.json
then restart the GUI.
So this issue has not any resolves? I have same error and can’t use GUI with it all power