Thursday, November 24, 2016

gulp: Error 'node' no such file or directory

I've found this is often a misnaming error, if you install from a package manager you bin may be called nodejs so you just need to symlink it like so "ln -s /usr/bin/nodejs /usr/bin/node"

No comments:

Post a Comment