Horje
npm change registry Code Example
npm change registry
# 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/
set npm registry
npm config set registry https://registry.npmjs.org/




Shell

Related
error gyp ERR! stack Error: not found: make Code Example error gyp ERR! stack Error: not found: make Code Example
pip upgrade Code Example pip upgrade Code Example
linux how to see ports in use Code Example linux how to see ports in use Code Example
unable to create process using ' ' virtualenv Code Example unable to create process using ' ' virtualenv Code Example
gyp ERR! stack Error: not found: make Code Example gyp ERR! stack Error: not found: make Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
23