Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

/usr/bin/env: node: No such file or directory #9

Closed
patrick-bark opened this issue Feb 22, 2016 · 3 comments
Closed

/usr/bin/env: node: No such file or directory #9

patrick-bark opened this issue Feb 22, 2016 · 3 comments

Comments

@patrick-bark
Copy link

Hey, I am trying to install on ubuntu 14.04, I had to use sudo, do to permissions issues mentioned. It installed successfully, however now when I run the the command it gives the error:
/usr/bin/env: node: No such file or directory

any ideas?

@bendoerr
Copy link

Some Linux distributions installs NodeJS as nodejs and not node. Simply create a link as
ln -s /usr/bin/nodejs /usr/bin/node
nodejs/node-v0.x-archive#3911 (comment)

@patrick-bark
Copy link
Author

That worked, and this is awesome

@santinic
Copy link
Owner

Unfortunately seems hard to fix that for all platforms.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants