我尝试在Node上安装reveal.js,以便我可以在本地使用发言人备注。
我没有成功遵循说明:https://github.com/hakimel/reveal.js/#full-setup
我在第一步遇到这些错误:
SyntaxError: Unexpected identifier
at Object.exports.createScript (vm.js:24:10)
at REPLServer.defaultEval (repl.js:235:25)
at bound (domain.js:287:14)
at REPLServer.runBound [as eval] (domain.js:300:12)
at REPLServer.<anonymous> (repl.js:431:12)
at emitOne (events.js:82:20)
at REPLServer.emit (events.js:169:7)
at REPLServer.Interface._onLine (readline.js:211:10)
at REPLServer.Interface._line (readline.js:550:8)
at REPLServer.Interface._ttyWrite (readline.js:827:14)
如果您需要更多信息,请与我们联系。我安装了Node v4.4.6 LTS。
答案 0 :(得分:1)
我只是按照说明使用Node.js版本:v5.7.0(npm版本v3.8.1),没有任何问题。
我建议安装git
(https://github.com/creationix/nvm),这样您就可以轻松切换Node版本来解决此类问题。
修改强>
如果无法克隆存储库,请按照以下说明安装$
:
https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
确保在将说明中的命令粘贴到终端中时不要复制[.:]
。