From: Mark Otto Date: Sun, 17 Feb 2013 21:54:47 +0000 (-0800) Subject: add note to readme about fubared npm installs X-Git-Tag: v3.0.0-rc1~650 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=077b70112f50204bda57da3590633cb5ab1fdc20;p=thirdparty%2Fbootstrap.git add note to readme about fubared npm installs --- diff --git a/README.md b/README.md index d94dde6604..41d9b94449 100644 --- a/README.md +++ b/README.md @@ -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