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.

Dependencies not found for projects that contains uppercase letters

See original GitHub issue

Version

3.9.2

Environment info

  System:
    OS: macOS 10.14.1
  Binaries:
    Node: 10.8.0 - /usr/local/bin/node
    Yarn: Not Found
    npm: 6.9.2 - /usr/local/bin/npm
  Browsers:
    Chrome: 75.0.3770.100
  npmGlobalPackages:
    @vue/cli: 3.9.2

Steps to reproduce

Command line: Vue UI

In browser: Create “ProjectName”, with big “P” and “N”

Tasks --> Serve

What is expected?

The project will be served

What is actually happening?

These dependencies were not found:

/Users/newuser/Documents/projects/wheel/ProjectName/node_modules/webpack-dev-server/client/index.js?http://10.0.0.4:8080/sockjs-node in multi …/ProjectName/node_modules/webpack-dev-server/client?http://10.0.0.4:8080/sockjs-node …/ProjectName/node_modules/webpack/hot/dev-server.js ./src/main.js, multi …/ProjectName/node_modules/webpack-dev-server/client?http://localhost …/ProjectName/node_modules/webpack/hot/dev-server.js …/ProjectName/node_modules/webpack-dev-server/client?http://10.0.0.4:8080/sockjs-node ./src/main.js /Users/newuser/Documents/projects/wheel/ProjectName/node_modules/webpack-dev-server/client/index.js?http://localhost in multi …/ProjectName/node_modules/webpack-dev-server/client?http://localhost …/ProjectName/node_modules/webpack/hot/dev-server.js …/ProjectName/node_modules/webpack-dev-server/client?http://10.0.0.4:8080/sockjs-node ./src/main.js /Users/newuser/Documents/projects/wheel/ProjectName/node_modules/webpack/hot/dev-server.js in multi …/ProjectName/node_modules/webpack-dev-server/client?http://10.0.0.4:8080/sockjs-node …/ProjectName/node_modules/webpack/hot/dev-server.js ./src/main.js, multi …/ProjectName/node_modules/webpack-dev-server/client?http://localhost …/ProjectName/node_modules/webpack/hot/dev-server.js …/ProjectName/node_modules/webpack-dev-server/client?http://10.0.0.4:8080/sockjs-node ./src/main.js To install them, you can run: npm install --save /Users/newuser/Documents/projects/wheel/ProjectName/node_modules/webpack-dev-server/client/index.js?http://10.0.0.4:8080/sockjs-node /Users/newuser/Documents/projects/wheel/ProjectName/node_modules/webpack-dev-server/client/index.js?http://localhost /Users/newuser/Documents/projects/wheel/ProjectName/node_modules/webpack/hot/dev-server.js

This relative module was not found:

./src/main.js in multi …/ProjectName/node_modules/webpack-dev-server/client?http://10.0.0.4:8080/sockjs-node …/ProjectName/node_modules/webpack/hot/dev-server.js ./src/main.js, multi …/ProjectName/node_modules/webpack-dev-server/client?http://localhost …/ProjectName/node_modules/webpack/hot/dev-server.js …/ProjectName/node_modules/webpack-dev-server/client?http://10.0.0.4:8080/sockjs-node ./src/main.js


Caused by this issue: https://github.com/vuejs/vue-cli/issues/2547

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:4
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
sodateacommented, Jan 20, 2020

It’s not caused by that issue but it’s a reason that we don’t want to implement uppercase project name support. It brings so many edge cases that it becomes a maintenance burden for us.

0reactions
motlacommented, Feb 26, 2020

issue is still here 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dependencies not found for projects that contains uppercase ...
Version Version: 3.9.2. OS Mac OS Mojave 10.14.1. Steps to reproduce. Vue UI. Then create "ProjectName", with big "P" and "N".
Read more >
Go Package Names with Upper Case Result in 404s - JFrog
We are unable download any of the dependencies that include upper case letters in their name from Artifactory.
Read more >
Is there a particular reason why package.json files need to be ...
NPM packages are not allowed upper case characters in their name, seemingly because unix filesystems are case-sensitive, which creates "a ...
Read more >
package.json - npm Docs
New packages must not have uppercase letters in the name. The name ends up being part of a URL, an argument on the...
Read more >
npm packages in the Package Registry - GitLab Docs
Project -level: Use when you have few npm packages and they are not in the same ... When an npm package is not...
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