When you have cannot find module x errors, one thing that might help sometimes is deleting the whole npm_modules folder and just running npm install again. Sometimes, on the initial npm install, it might of failed to get one dependency for a package and it won’t try to get it again when you run npm… Continue reading Resolve Error: Cannot find module ‘underscore’.