add note to readme about fubared npm installs

This commit is contained in:
Mark Otto 2013-02-17 13:54:47 -08:00
parent e2fabe2317
commit 077b70112f
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/p
#### watch - `make watch`
This is a convenience method for watching just Less files and automatically building them whenever you save. Requires the Watchr gem.
Should you encounter problems with installing dependencies or running the makefile commands, be sure to first uninstall any previous versions (global and local) you may have installed, and then rerun `npm install`.
## Contributing