404 not found during NPM build
During your initial build command, when running npm install
, you might run an error similar to the following:
HTTP error 404 Not Found
This most likely means, you're running a higher version of node than supported by your environment, it may be the case that the dependency that currently cannot be found is not available for the version that has been selected. You can set the language version for each individual project.