]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add note to readme about fubared npm installs
authorMark Otto <otto@github.com>
Sun, 17 Feb 2013 21:54:47 +0000 (13:54 -0800)
committerMark Otto <otto@github.com>
Sun, 17 Feb 2013 21:54:47 +0000 (13:54 -0800)
README.md

index d94dde6604ecb26670f81444a4f4a9d995a58780..41d9b94449484f7a2ae3b4ec376165e5b888faf5 100644 (file)
--- 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