How i can upload package to npmjs

Hi Everyone!
I am trying to publish a package to npmjs. But meet a problem as 403 Forbidden - PUT https://registry.npmjs.org/lion-lib-086 - You do not have permission to publish “lion-lib-086”. Are you logged in as the correct user? I already log into the account npmjs and make a different name package. Behind check email but not see any email verify from npm. It’s only OTP code when done to sign up. Please help me publish the first package.

Thanks!

OMG! I fixed it after a long time loop. After analysed many documents about npm and i received this problem relate to the same name on register npm. So only change name and try again.
Run code again!
npm publish
Successful!
Thanks!

1 Like