prevent “abort” in windows batch for npm install
Possibly the npm program is a batch file itself. Then you need to use call, as only then the program control returns to the caller. call npm install -g bower call npm install -g grunt-cli call npm install call gem update –system –verbose call gem install compass –verbose pause