Skip to content

Instantly share code, notes, and snippets.

@hsuh
Created May 25, 2014 23:48
Show Gist options
  • Save hsuh/a2f87e499d57dc83b779 to your computer and use it in GitHub Desktop.
Save hsuh/a2f87e499d57dc83b779 to your computer and use it in GitHub Desktop.
Node error
For convenience and because dependencies may use node command instead of nodejs, a symbolic link is necessary to avoid having this error:/usr/bin/env: node: No such file or directory
Add Node symbolic link
sudo ln -s /usr/bin/nodejs /usr/bin/node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment