This is my package.json for the module that I\'m including in the parent project:
package.json
{ \"version\": \"0.0.1\", \"name\": \"module-name\", \"d
I had very similar issue, removing entire node_modules folder and re-installing worked for me. Learned this trick from the IT Crowd show!
node_modules
rm -rf node_modules npm install