Facing error when 'npm install'
See original GitHub issueI did rm-rf node_nodules
and npm install
in my root directory, I am facing this issue in colorthief package.
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:
- Created 3 years ago
- Reactions:11
- Comments:10
Top 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 >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
Need to publish quantize @lokesh
That needs fixing. @lokesh