Last active
August 29, 2015 14:25
-
-
Save jerith/c4a24103a71c1cd1dbf1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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