2
我想安裝聚合物cli,我得到下面的錯誤。 [從錯誤日誌複製]npm install -g聚合物cli失敗,說包不可用
NPM安裝-g聚合物-CLI
我的節點和NPM版本是如...
- 節點v4.4.3
- NPM v3.10.6
任何人都可以請建議如何解決問題,或者我必須提出任何日誌? 在cmd中我得到這...
C:\Users\kaustav.goswami>npm install -g polymer-cli
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "D:\\Programs\\nodejs\\node.exe" "C:\\Users\\kaustav.goswami\\AppD
ata\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "polymer-c
li"
npm ERR! node v4.4.3
npm ERR! npm v3.10.6
npm ERR! code E404
npm ERR! 404 no such package available : @types/clone
npm ERR! 404
npm ERR! 404 '@types/clone' 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 It was specified as a dependency of 'dom5'
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! C:\Users\kaustav.goswami\npm-debug.log
錯誤日誌
2489 error Windows_NT 6.1.7601
2490 error argv "D:\\Programs\\nodejs\\node.exe" "C:\\Users\\kaustav.goswami\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "polymer-cli"
2491 error node v4.4.3
2492 error npm v3.10.6
2493 error code E404
2494 error 404 no such package available : @types/clone
2495 error 404
2496 error 404 '@types/clone' is not in the npm registry.
2497 error 404 You should bug the author to publish it (or use the name yourself!)
2498 error 404 It was specified as a dependency of 'dom5'
2499 error 404 Note that you can also install from a
2500 error 404 tarball, folder, http url, or git url.
2501 verbose exit [ 1, true ]
試過你的方法...仍然沒有安裝。 節點版本:v6.9.4 npm版本:4.1.2 – gagangupt16