npm - no such file or directory
You may see the following error during the build:
npm ERR! enoent ENOENT: no such file or directory
This is due to npm not being able to find the file, usually you will need to cd into the correct directory first, before running the command.