diff options
| author | Mark Otto <[email protected]> | 2013-02-17 13:54:47 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-17 13:54:47 -0800 |
| commit | 077b70112f50204bda57da3590633cb5ab1fdc20 (patch) | |
| tree | 1797f6d7bbafd8bb2a2bed8ff71092923a565d66 | |
| parent | e2fabe2317cedb9cbee878e26ce740acd1df38a5 (diff) | |
| download | bootstrap-077b70112f50204bda57da3590633cb5ab1fdc20.tar.xz bootstrap-077b70112f50204bda57da3590633cb5ab1fdc20.zip | |
add note to readme about fubared npm installs
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
