Getting 404 when attempting to publish new package to NPM

前端 未结 11 1744
礼貌的吻别
礼貌的吻别 2021-01-01 08:42

I just created a new package: https://github.com/supericium/pli

I\'m now trying to publish it to NPM for the first time like this:

    ole@MKI:~/Sand         


        
11条回答
  •  执念已碎
    2021-01-01 09:12

    Came across this same error, and my issue was that the package was somehow set to "Read" access only. So I have to go to the NPM and update the package to "Read/Write" access:

    1.

    2.

提交回复
热议问题