Configuring npm
How to configure the npm package manager
Pull directly from the artifact server
registry=https://npm.sealsecurity.io/ //npm.sealsecurity.io/:username=$PROJECT_ID //npm.sealsecurity.io/:_password=$TOKEN_IN_BASE64 //npm.sealsecurity.io/:always-auth=true
npm -d ping➜ ~ npm -d ping
npm info using [email protected]
npm info using [email protected]
npm notice PING https://npm.sealsecurity.io/
npm http fetch GET 200 https://registry.npmjs.org/-/ping?write=true 888ms (cache updated)
npm notice PONG 889ms
npm info okPull using JFrog's Artifactory
Pull using Verdaccio
Verdaccio configuration example:
Last updated