I\'m getting this error from my node app:
ENOENT, no such file or directory \'~/Desktop/MyApp/newversion/partials/navigation.jade\'
I know
Another possibility is that you are missing an .npmrc file if you are pulling any packages that are not publicly available.
You will need to add an .npmrc file at the root directory and add the private/internal registry inside of the .npmrc file like this:
registry=http://private.package.source/secret/npm-packages/