将nodejs v.6.7与faye v.7.1一起使用我收到错误
/path/livestats/node_modules/faye0.7/faye.js:18
ID_LENGTH: <%= Faye::ID_LENGTH %>,
^
-----------------------
Exception: SyntaxError: Unexpected token <
SyntaxError: Unexpected token <
at Module._compile (module.js:427:25)
at Object..js (module.js:450:10)
at Module.load (module.js:351:31)
at Function._load (module.js:310:12)
at Module.require (module.js:357:17)
at require (module.js:368:17)
at Object.<anonymous> (/path/livestats/lib/livestats.js:4:12)
at Module._compile (module.js:432:26)
at Object..js (module.js:450:10)
at Module.load (module.js:351:31)
-----------------------
我正在尝试在peepcode的Meet node.js视频中显示示例。
答案 0 :(得分:0)
在构建faye.js
之前,您似乎需要faye_node
。
您需要关注instructions on faye repository或通过npm
安装
npm install faye -d
如果您通过NPM安装,可以require("faye-node")