private packages로 배포할거니?
에러 메시지
You must sign up for private packages
해결 방법
private으로 배포할 것이 아니라면, public으로 배포할 것이라는 명령어를 입력한다.
npm publish --access=public
Shell
복사
참고 자료
이름이 중복되니까 다른 이름으로 바꾸렴
에러 메시지
npm ERR! 403 403 Forbidden - PUT https://registry.npmjs.org/datepicker-calendar - Package name too similar to existing package date-picker-calendar; try renaming your package to '@ella-yschoi/datepicker-calendar' and publishing with 'npm publish --access=public' instead
해결 방법
다른 패키지 이름을 입력해 다시 배포한다.