Categories
JavaScript Answers

How to fix Node npm behind a proxy fails with status 403?

Spread the love

To fix Node npm behind a proxy fails with status 403, we set the registry URL.

To do this, we run

npm config set registry http://registry.npmjs.org/

to set the registry URL with npm config set registry.

By John Au-Yeung

Web developer specializing in React, Vue, and front end development.

Leave a Reply

Your email address will not be published. Required fields are marked *