11 Jul 2018

Node & NPM Global Installation


Node & NPM GlobaL Installation  -

The recommended way to install node-windows is with npm, using the global flag:

npm install -g node-windows

Then, in your project root, run:

npm link node-windows

No comments:

Post a Comment