* Updated `.npmrc`: add Tabao NPM Mirror * Updated `Makefile`: display npm config list to validate NODE_MIRROR * Updated `Dockerfile.rootless`: Removed trivial NPM Mirror settings, and added reference to `/.npmrc`::`registry`
8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
audit=false
|
|
fund=false
|
|
update-notifier=false
|
|
package-lock=true
|
|
save-exact=true
|
|
lockfile-version=3
|
|
registry=https://registry.npmmirror.com/
|