我按照http://gruntjs.com/getting-started在我的 Ubuntu 11.10 上安装 grunt。当我运行 grunt 时,我得到了这个错误:
/opt/node-v0.10.0-linux-x64/lib/node_modules/grunt-cli/package.json:2
"name": "grunt-cli",
^
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
SyntaxError: Unexpected token :
at Module._compile (module.js:397:25)
at Object..js (module.js:408:10)
at Module.load (module.js:334:31)
at Function._load (module.js:293:12)
at require (module.js:346:19)
at Object.<anonymous> (/opt/node-v0.10.0-linux-x64/lib/node_modules/grunt-cli/lib/info.js:13:11)
at Module._compile (module.js:402:26)
at Object..js (module.js:408:10)
at Module.load (module.js:334:31)
at Function._load (module.js:293:12)
我以前使用过 grunt 0.3.16。我正在升级到最新的咕噜声。它似乎与我的项目无关。我在任何目录中都收到此错误。