arunoda / laika

testing framework for meteor
http://arunoda.github.io/laika/
MIT License
242 stars 38 forks source link

Update 2013-06-1-getting-started.md #138

Open frhd opened 10 years ago

frhd commented 10 years ago

Isn't using sudo npm install -g laika taking out the hammer too early? There have been quite some issues with permissions using sudo, especially if the user uses nvm and has global packages in $HOME/.nvm/lib/node_modules. In this case you would have to use sudo -H.