I have a node_modules folder that works, and I have tried many permutations of package.json's that should create identical results and create extremely close results, but my project will not build. I have no idea how to remedy this problem.
I have matched versions using npm listand manually adding to my package.json, I have used winMerge to try to find differences.
My existing node_modules folder works, but if I rebuild it, it fails miserably. I am at wit's end.
Edit Node: 6.9.5 and NPM 4.2.0
babel-generator 6.22depending ontrim-rightin my non-working folder, whereas that same package and version does not depend ontrim-rightin the working one.node initdid not build a list of packages from mynode_modulesfolder. I did see that thread.