我正在尝试更新node.js以构建一个角度项目。
但是当我启动这个命令时:
npm update -g
我得到了这个:
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "update" "-g"
npm ERR! node v5.2.0
npm ERR! npm v3.3.12
npm ERR! code E404
npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/vs-tac
npm ERR! 404
npm ERR! 404 'vs-tac' 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! C:\Development\workspaceWeb\redPlus\npm-debug.log
我决定更新npm,因为我在调用
时遇到了其他错误yo angular --minsafe
所以我拆开了相关的程序。
如何解决?
答案 0 :(得分:0)
我认为vs-tac软件包尚未发布。您应该联系维护包裹的人员以进一步了解问题。
答案 1 :(得分:0)
它是一个链接到cordova的软件包,您可以手动重新安装它:http://taco.visualstudio.com/en-us/docs/configure-vs-tools-apache-cordova/#vstac您需要安装Visual Studio。