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.

Facing error when 'npm install'

See original GitHub issue

I did rm-rf node_nodules and npm install in my root directory, I am facing this issue in colorthief package.

image

Within node_modules/colorthief/package.json there is a dependency getting loaded "quantize": "github:lokesh/quantize" which seems to be causing this error.

I am using node -v v12.16.1 and "colorthief": "^2.3.2" Any help in resolution is highly appreciated.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:11
  • Comments:10

github_iconTop GitHub Comments

3reactions
coldrainccommented, Mar 29, 2022

Need to publish quantize @lokesh

2reactions
taejscommented, Jan 6, 2022

That needs fixing. @lokesh

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm install error from the terminal - Stack Overflow
Running just "npm install" will look for dependencies listed in your package.json. The error you're getting says that you don't have a ...
Read more >
Common errors | npm Docs
Possible temporary npm registry glitch, or corrupted local server cache. Run npm cache clean and/or try again later. · This can be caused...
Read more >
NPM install error - Material Design for Bootstrap
Trying to install MDB pro 4.19.2 just downloaded and ran npm install but getting this error of sha512 not matching. Can someone tell...
Read more >
Common Errors - npm - w3resource
This is most likely a temporary npm registry glitch, or a corrupted local server cache. You should run npm cache clean and/or try...
Read more >
How to solve npm ERR! code 1 when running npm install
Fix npm error code 1 by updating your dependencies · Update one package version in package.json file · Then run npm install ·...
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