Getting 404 when attempting to publish new package to NPM

前端 未结 11 1749
礼貌的吻别
礼貌的吻别 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:30

    If you publish from an ubuntu envinroment, first authenticate with npm login then after just do

    sudo npm publish
    

提交回复
热议问题