UNPKG

200 BPlain TextView Raw
1The primary goal of npm is to manage/install your packages.
2
3Installing a package you want is as simple as {bold}`npm install <package-name>`{/bold}.
4
5Tip: you can use {bold}`npm i`{/bold} for short.