Configuring npm
How to configure the npm package manager
Pull directly from the artifact server
registry=https://npm.sealsecurity.io/ //npm.sealsecurity.io/:username=$SEAL_PROJECT //npm.sealsecurity.io/:_password=$SEAL_TOKEN_BASE64 //npm.sealsecurity.io/:always-auth=true
npm -d ping➜ ~ npm -d ping
npm info using npm@9.6.4
npm info using node@v20.0.0
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