linkedin / dustjs

Asynchronous Javascript templating for the browser and server
http://dustjs.com
MIT License
2.91k stars 479 forks source link

dustc command not found #169

Closed nk94555 closed 12 years ago

nk94555 commented 12 years ago

Issue #35 is closed but I need some input on this, please check my comments in #35. Maybe you can close this as dup of #35.

nk94555 commented 12 years ago

After set the PATH using export PATH=$PATH:/Users/nk9455/.npm/dustjs-linkedin/1.1.1/package/bin, it works fine. Maybe it can be added in instructions.

vybs commented 12 years ago

@nk94555 sure will do so in the wiki

nk94555 commented 12 years ago

Thanks, closing this.

markgrover commented 10 years ago

Here is a more robust way: echo "export PATH=\$PATH:~/$(echo .npm/dustjs-linkedin/*/package/bin/)" >> ~/.bashrc