Closed blahah closed 10 years ago
Install should ideally be one-line on any operating system.
At the moment we're close to that but there seem to be bugs on multiple platforms. These are associated with:
npm --global
I think optimally we would not require sudo at all, so that probably means:
sudo
nvm
npm
Closing #2 and #3 because they have been installed now, and will be handled long-term by this issue.
With version 0.0.2 of thresher this problem was solved (I hope!) once and for all.
Install should ideally be one-line on any operating system.
At the moment we're close to that but there seem to be bugs on multiple platforms. These are associated with:
npm --global
requiring rootI think optimally we would not require
sudo
at all, so that probably means:nvm
to install Nodenpm
to do global installs into a bin dir in the user's directory