Difference between revisions of "Npm scoped packages"

From wikieduonline
Jump to navigation Jump to search
(Created page with "https://docs.npmjs.com/cli/v9/using-npm/scope scoped packages are precede by an <code>@</code>")
 
Line 2: Line 2:
  
 
scoped packages are precede by an <code>[[@]]</code>
 
scoped packages are precede by an <code>[[@]]</code>
 +
 +
 +
npm install @somescope/somepackagename
 +
npm install @slack/webhook
 +
 +
 +
== See also ==
 +
* {{npm}}
 +
 +
[[Category:npm]]

Revision as of 11:29, 24 November 2022

https://docs.npmjs.com/cli/v9/using-npm/scope

scoped packages are precede by an @


npm install @somescope/somepackagename
npm install @slack/webhook


See also

Advertising: