Skip to content

Instantly share code, notes, and snippets.

@jerith
Last active August 29, 2015 14:25
Show Gist options
  • Select an option

  • Save jerith/c4a24103a71c1cd1dbf1 to your computer and use it in GitHub Desktop.

Select an option

Save jerith/c4a24103a71c1cd1dbf1 to your computer and use it in GitHub Desktop.
root@d6386eebd131:/# nodejs --version
v0.10.29
root@d6386eebd131:/# npm install -g yuglify
/usr/local/bin/yuglify -> /usr/local/lib/node_modules/yuglify/bin/yuglify
[email protected] /usr/local/lib/node_modules/yuglify
├── [email protected]
├── [email protected]
└── [email protected] ([email protected])
root@d6386eebd131:/# yuglify --version
/usr/bin/env: node: No such file or directory
root@d6386eebd131:/# ln -s `which nodejs` /usr/bin/node
root@d6386eebd131:/# yuglify --version
0.1.4
root@d6386eebd131:/#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment