node.js -g installing node modules globally

lately I’ve been ask a lot about node.js -g command and what does it do. It is actually referring to npm -g command which is used to install node.js modules globally, this means that the module is accessible from anywhere...

Read More