question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Any new project running will report an error.

See original GitHub issue

Version

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

  1. run vue ui
  2. Create a new project
  3. Execute Server in the dashboard

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:open
  • Created 4 years ago
  • Comments:7

github_iconTop GitHub Comments

3reactions
LosEchercommented, Jun 10, 2020

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 to test in vue-cli db file:

~/.vue-cli-ui/db.json

{
  "projects": [
    {
      "id": "some id ",
      "path": "your actrual project path",
        ...
    },
  ]
}

then restart the GUI.

2reactions
St1ggycommented, Aug 20, 2019

So this issue has not any resolves? I have same error and can’t use GUI with it all power

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found