Adding NPM Packages
Last updated
Last updated
Since the system uses , adding new NPM packages may be a little different than what you are used to.
To install a package, use the following command:
Or...
This command adds a dependency to the package.json
and runs rush upgrade
. See the documentation for more options.