npm ERR! cb() never called!
See original GitHub issueHi Sudheerj
I tried to update generator-jhipster-primeng with npm update -g generator-jhipster-primeng
but i am getting npm ERR! cb() never called!
any idea why this is happening?
Thanks in advance
BR Dias
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
npm ERR cb() never called - node.js - Stack Overflow
If you have npm version 5 or above, try this first: $ sudo npm cache verify. Otherwise: $ sudo npm cache clean. My...
Read more >How to solve npm ERR! cb() never called - Midi - Medium
Run the following command from the root folder of the project: npm cache verify . Run npm install . If you are still...
Read more >How to fix npm err! cb() never called! issue - Nathan Sebhastian
How to fix npm err! cb() never called! issue · Check the npm version and cache · Delete the package-lock.json file · Check...
Read more >How to fix "npm ERR cb() never called" - ReleaseCandidate.dev
If this issue comes up on your local development machine, it might pay to clear the cache: npm cache clean -force · Secondly,...
Read more >How to fix "npm ERR cb() never called" | Quick Fix
Reasons for the error · Fixes for "npm ERR cb() never called" error. · Solution 1: Clearing the NPM Cache · Solution 2:...
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
Thats great to hear. You can report for any issues you face with this module. It will be helpful to improve further. 👍
after cleaning cache + deleting the tmp files and unstalling the old version of generator-Jhipster-primeng, I was able to run
npm install -g generator-Jhipster-primeng
Now i am facing another issue. but I ll try to fix it my self. … Thank you Sudheerj