Just a beginners question, I'm trying to install the platform Lessfrom Node.js. command line npm install -g less. I check the document from here
In global mode (i.e. with -g or --global added to the command), this sets the current package context (i.e. the current working directory) as the global package.
What does the global package mean? thank.
source
share