Skip to content

Instantly share code, notes, and snippets.

@JeffreyNaval
Last active August 29, 2015 14:25
Show Gist options
  • Save JeffreyNaval/2bc30c8c95de99b5a48a to your computer and use it in GitHub Desktop.
Save JeffreyNaval/2bc30c8c95de99b5a48a to your computer and use it in GitHub Desktop.
Fix "/usr/bin/env: node: No such file or directory"

Fix "/usr/bin/env: node: No such file or directory"

Comment: digitalmediums commented on Sep 28, 2012

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"

Source: nodejs/node-v0.x-archive#3911 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment