I\'m getting this error from my node app:
ENOENT, no such file or directory \'~/Desktop/MyApp/newversion/partials/navigation.jade\'
I know
Specifically, rm yarn.lock and then yarn install fixed this for me.
rm yarn.lock
yarn install