我没有做任何特别的事情,只是从quickstart复制了package.json并尝试运行npm install。
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! node v6.8.1
npm ERR! npm v3.10.8
npm ERR! code E500
npm ERR! ArgumentException String is not a valid semantic version.: npm
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! C:\angular2\hello-world\npm-debug.log
我做错了吗?
答案 0 :(得分:1)
我的错误的npm注册表。可以使用.npmrc在全局或每个项目中设置它。
它应该是$('#ElementID').click(function(event){
console.log(event);
});