“establecer el registro de NPM” Código de respuesta

Registro de cambio de NPM

# replace the default registry URL as per your requirement

# the first command below is probably sufficient
npm config set registry https://registry.npmjs.org/

# command below probably not required
npm install --registry=https://registry.npmjs.org/
Anxious Alligator

establecer el registro de NPM

npm config set registry https://registry.npmjs.org/
Fine Fly

NPM Instalar Registro personalizado

npm config set registry <registry url>

npm install --registry=<registry url>
Mushy Meerkat

Registro NPM

 https://registry.npmjs.org
Different Dove

Respuestas similares a “establecer el registro de NPM”

Preguntas similares a “establecer el registro de NPM”

Más respuestas relacionadas con “establecer el registro de NPM” en JavaScript

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código