Configuring yarn
How to configure the yarn package manager
Configure classic yarn (v1) to pull directly from the artifact server
Using an .npmrc file
.npmrc fileregistry=https://npm.sealsecurity.io/
//npm.sealsecurity.io/:username=$SEAL_PROJECT
//npm.sealsecurity.io/:_password=$SEAL_TOKEN_BASE64
//npm.sealsecurity.io/:always-auth=trueConfigure yarn v2+ to pull directly from the artifact server
Pull using JFrog's Artifactory
Last updated