相关疑难解决方法(0)

尝试将新程序包发布到NPM时获取404

我刚刚创建了一个新程序包:https : //github.com/supericium/pli

我现在正尝试将其首次发布到NPM,如下所示:

    ole@MKI:~/Sandbox/pli$ npm publish  --access public
    npm ERR! publish Failed PUT 404
    npm ERR! Linux 3.13.0-93-generic
    npm ERR! argv "/home/ole/.nvm/versions/v6.4.0/bin/node" "/home/ole/.nvm/versions/v6.4.0/bin/npm" "publish" "--access" "public"
    npm ERR! node v6.4.0
    npm ERR! npm  v3.10.3
    npm ERR! code E404

    npm ERR! 404 Not found : @supericium/pli
    npm ERR! 404 
    npm ERR! 404  '@supericium/pli' is not in the npm registry.
    npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
    npm ERR! 404 
    npm …
Run Code Online (Sandbox Code Playgroud)

node.js npm npm-publish

6
推荐指数
8
解决办法
9407
查看次数

标签 统计

node.js ×1

npm ×1

npm-publish ×1