【发布时间】:2019-05-28 06:41:00
【问题描述】:
我已经在 MacOS X 上完成了 Nativescript CLI 的明显干净安装,但是当我运行 tns doctor 时它失败了:
bash-3.2$ /usr/local/lib/node_modules/nativescript/bin/tns doctor
/usr/local/lib/node_modules/nativescript/lib/common/verify-node- version.js:32
console.warn((`${os.EOL}${nodeWarning.message}${os.EOL}`).yellow.bold)
^
SyntaxError: Unexpected token ILLEGAL
at Module._compile (module.js:439:25)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/usr/local/lib/node_modules/nativescript/bin/tns:8:1)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
【问题讨论】:
-
您使用的 Node.js 版本似乎不受支持。
node --version的输出是什么? -
bash-3.2$ 节点 --version v0.10.29
标签: installation command-line-interface nativescript tns