I am trying to install continues integration server. This server will pull data from GIT and it will try to build the application. Since I am using windows 2012 server, mult
Had the same issue. Needed the CI build agent to run a global package on the CLI. Saw this post in a new feature request for system-wide npm -g for Windows.
In short:
npm prefix -gnpm config set prefix npm i -g PKG