블로그

[npm] 모듈 배포 에러, code E403 403 Forbidden 본문

트러블슈팅

[npm] 모듈 배포 에러, code E403 403 Forbidden

wooluck 2021. 6. 6. 16:11
npm ERR! code E403
npm ERR! 403 403 Forbidden - PUT https://registry.npmjs.org/json-range-slider-test - Forbidden
npm ERR! 403 In most cases, you or one of your dependencies are requesting
npm ERR! 403 a package version that is forbidden by your security policy, or
npm ERR! 403 on a server you do not have access to.

 

npm으로 모듈을 배포하려 했는데 에러가 발생했다.

이전에 배포했던 모듈은 콜라보레이터로 참여했었기에 직접 배포하지 않아서 뭐가 문제인가 하고 찾아보니

 

https://stackoverflow.com/questions/61479656/while-publishing-npm-getting-npm-publish-npm-err-403-forbidden-put-https-regi

 

While publishing npm, getting npm publish npm ERR! 403 Forbidden PUT https//registryname/ - forbidden

I am trying to publish the package using npm publish command. but I am getting this error every time. npm ERR! code E403 npm ERR! 403 Forbidden - PUT https://registryname - forbidden I have "

stackoverflow.com

 

회원 가입 후 이메일 인증을 하지 않아서 발생한 에러였다.

 

ㅋ...

Comments