npm without -g should never need sudo

This commit is contained in:
Aria Stewart
2015-03-24 19:47:31 -07:00
parent e3d8c62de3
commit cdbfb3894d

View File

@@ -21,7 +21,7 @@ Once you have RubyGems and installed Bundler (via `gem install bundler`), use it
```sh
$ cd react/docs
$ bundle install # Might need sudo.
$ npm install # Might need sudo.
$ npm install
```
### Instructions