Skip to content
chronical edited this page Jul 6, 2017 · 3 revisions

Welcome to the cs-npm wiki!

Tips& Tricks on configuring & running the npm package:

Windows flavor:

  1. Install the latest package version for the Node application: https://nodejs.org/en/download/

  2. Execute "npm install -g cloudslang-cli" inside the Node.js command prompt console

  3. If behind a corporate proxy, setup the http proxy settings as follows (please mind the quotes):

npm config set https-proxy "http://web-proxy.xxx.xxx.net:8080"

npm config set proxy "http://web-proxy.xxx.xxx.net:8080"

Clone this wiki locally