Categories
JavaScript Answers

How to fix 404 when attempting to publish new package to NPM?

Spread the love

To fix 404 when attempting to publish new package to NPM, we log into npm before publishing.

To do this, we run

npm login

to log into npm to publish the package.

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 *