Created
May 25, 2014 23:48
-
-
Save hsuh/a2f87e499d57dc83b779 to your computer and use it in GitHub Desktop.
Node error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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