After adding Artifactory as the default repository you can install a package using the npm install command:
Note
Make sure to replace the placeholder in bold with your own package name.
npm install <PACKAGE_NAME>
To install a package by specifying the Artifactory repository use the following npm command:
Note
Make sure to replace the placeholders in bold with your own package name and repository path.
npm install <PACKAGE_NAME> --registry <REPOSITORY_PATH>