Skip to content

Instantly share code, notes, and snippets.

@sky4git
Created June 26, 2016 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sky4git/a36cac026094da8792bbf5a19f9f6782 to your computer and use it in GitHub Desktop.
Save sky4git/a36cac026094da8792bbf5a19f9f6782 to your computer and use it in GitHub Desktop.
Linux NPM no /usr/bin/env found fix
>> Create a symlink - probably with sudo and try run you npm commands
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