ShAkKiR
ShAkKiR

Reputation: 929

published npm package is not visible npm

I'm new to npm, recently I published an npm package 'mango-aliyan' and I can see it at https://www.npmjs.com/~shakkirptb, but https://www.npmjs.com/package/mango-aliyan is showing 404!

what am I missing here? Thanks for your help

Upvotes: 2

Views: 761

Answers (1)

KA01
KA01

Reputation: 4251

I've had a similar issue recently and I believe NPM does not immediately publish packages. There could be a number of reasons and I'm sure it's done on purpose.

If you wait about 5-10 minutes your package will be publically visible. I have visited the link to your package and it seems to be working just fine.

Upvotes: 4

Related Questions