When I try to "npm install" my project, it always results in a "cb() never called!". I'm using the 6.14.13 version of npm and 14.17.0 version of node.
I've tried running this command on a different machine- works there. I've also tried...
- Running "npm cache clean --force" "npm cache verify"
- Deleting node_modules folder
- Completely uninstalling and reinstalling node
- Combining steps 1-3
It resolved itself for about 12 hours one time, even though I hadn't changed anything. (I ran it once, it failed, ran it again about 60 seconds later, and it worked). I also tried cloning the repository into another folder. This hadn't worked previously, but as of this morning, it does now for some reason.
I'm very confused. Please help. Thank you.