Are you running the wrong version of NPM ?
If you are seeing errors like this: In my case at least, I was running a newer version of npm that was incompatible with the build. Even the node_modules sub-directory was not getting created with “node install”. Solution: Or a better option is to use “nvm” Node Version Manager. Here are some examples: BTW, in …