Closed H3RSKO closed 5 years ago
I'm not so sure if this has something to do with the package itself. Try the following commands first to clean your npm cache.
sudo npm cache verify
Didn't help:
sudo npm cache verify
gives me:
Cache verified and compressed (~/.npm/_cacache):
Content verified: 3978 (122672040 bytes)
Content garbage-collected: 1422 (66270254 bytes)
Index entries: 6242
Finished in 10.065s
But then when I ran sudo npm i -g next-express-bootstrap-boilerplate
again I got the same error as before.
Try clearing the entire cache now, please.
sudo npm cache clear
.
I think I'm running into this problem which seems pretty common: https://npm.community/t/crash-npm-err-cb-never-called/858/10
@H3RSKO close the issue if you're satisfied.
Closing due inactivity.
I get this error why trying to run: sudo npm i -g next-express-bootstrap-boilerplate
log: 0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/bin/node', 1 verbose cli '/usr/local/bin/npm', 1 verbose cli 'i', 1 verbose cli '-g', 1 verbose cli 'next-express-bootstrap-boilerplate' ] 2 info using npm@6.7.0 3 info using node@v8.12.0 4 verbose npm-session c117a29c64dd2f85 5 silly install loadCurrentTree 6 silly install readGlobalPackageData 7 timing npm Completed in 1240ms 8 error cb() never called!