EN
Node.js - install npm package globally
3 points
In this article, we would like to show you how to install npm package globally in Node.js.
Quick solution (use -g
flag):
xxxxxxxxxx
1
npm install -g package-name
In this section, we present how to install TypeScript package globally.
xxxxxxxxxx
1
npm install -g typescript