2

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

ShAkKiR
  • 863
  • 9
  • 20

1 Answers1

4

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.

KA01
  • 4,191
  • 3
  • 19
  • 26