-
npm publish중에 마주하게 된 에러Nestia 2024. 6. 28. 20:24728x90
npm publish This command requires you to be logged in to
- Switch to Login module (by typing "how-to-npm" on command line)
- Type "npm adduser" to login
- Type "npm whoami" to confirm if logged in
- Switch back to the package at which you are getting error(my case it was Publish Again)
- Type "npm publish"
- Done
https://github.com/workshopper/how-to-npm/issues/25
npm ERR! 402 Payment Required - You must sign up for private packages
npm run package:publish --access=public
https://sub0709.tistory.com/117
728x90