使用 Bower 安装包

Installing a package with bower

我找到了一个日历,我需要用 bower 安装它,但首先我必须安装 node、npm,git.I 在网络上找到了 node 和 git,我已经安装了它们使用 wizards.And 如果我想使用 Bower,我必须安装它:

$ npm install -g bower

但是我得到这个错误:

SyntaxError: Unexpected identifier
at Object.exports.createScript (vm.js:44:10)
at REPLServer.defaultEval (repl.js:117:23)
at bound (domain.js:254:14)
at REPLServer.runBound [as eval] (domain.js:267:12)
at REPLServer.<anonymous> (repl.js:279:12)
at REPLServer.emit (events.js:107:17)
at REPLServer.Interface._onLine (readline.js:214:10)
at REPLServer.Interface._line (readline.js:553:8)
at REPLServer.Interface._ttyWrite (readline.js:830:14)
at ReadStream.onkeypress (readline.js:109:10)

>

如果我尝试直接安装包,我使用过:

$ bower install fullcalendar

但它给了我同样的错误..

我已经从凉亭和日历教程中获取了这些命令,但我是这些东西的新手,我真的不知道哪里出了问题或我必须做什么。

如果您使用 Windows,则必须安装 Bower 包说明中的 mysgit with the "Run Git from the Windows Command Prompt" option as described here