2016-08-24 49 views
0

我剛剛創建了一個新的包: https://github.com/supericium/pli獲取404嘗試新的軟件包發佈到NPM

現在我試圖把它發佈到NPM首次這樣的:

[email protected]:~/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 ERR! 404 Note that you can also install from a 
    npm ERR! 404 tarball, folder, http url, or git url. 

    npm ERR! Please include the following file with any support request: 
    npm ERR!  /home/ole/Sandbox/pli/npm-debug.log 

我試着更新NodeJS和NPM以確保我有最新版本,它們是:

[email protected]:~/Sandbox/pli$ node --version 
v6.4.0 
[email protected]:~/Sandbox/pli$ npm --version 
3.10.3 

想法?

TIA, 奧萊

回答

相關問題