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.

'vx/legend' is not in the npm registry

See original GitHub issue

I’ve been trying to deploy my React application (created with create-react-app) on a Linux machine but I get the following error when I run npm install:

npm ERR! 404 Not Found
npm ERR! 404
npm ERR! 404 'vx/legend' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it
npm ERR! 404 It was specified as a dependency of 'app'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, or http url, or git url.

It is pretty strange because this does not happen to me when I deploy the application on my Mac local machine. I’ve been doing some research on the Internet and I also tried to set the registry but it still didn’t solve my problem. My last option I guess it is install vx/legend from github but I’m not sure how to do it.

Any help with this?

Thanks!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
williastercommented, Feb 28, 2018

Strange indeed. From the npm docs:

Scoped packages can be published and installed as of npm@2

1reaction
hshoffcommented, Feb 28, 2018

Hi @RosaRomeroGomez that’s odd. What version of npm are you running locally? I’m running 5.6.0 and it’s working for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Couldn't find package "package-name" on the "npm" registry ...
Whenever executing yarn install I get an error message - Couldn't find package "[PACKAGE_NAME]" on the "npm" registry .
Read more >
npm not working - "read ECONNRESET" - Stack Overflow
use npm config set registry http://registry.npmjs.org/. so that npm requests for http url instead of https . and then try the same npm...
Read more >
legends - npm
Start using legends in your project by running `npm i legends`. There are no other projects in the npm registry using legends.
Read more >
@nivo/legends - npm
Start using @nivo/legends in your project by running `npm i @nivo/legends`. There are 80 other projects in the npm registry using @nivo/legends.
Read more >
d3-svg-legend - npm
A legend component for d3. Given a d3.scale it can create either a color legend, size legend, or symbol legend.. Latest version: 2.25.6, ......
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