Node.js CLI 抛出错误

Node.js CLI throwing error

我刚刚安装了 appcelerator CLI 工具(通过 NPM),然后进行了无错误设置。当我尝试 运行 appc new 时,它会抛出错误 Cannot read property 'split' of undefined。任何开始的建议将不胜感激!

注意:通过 -l 记录不会添加任何附加信息,也不会在当前工作目录中创建日志文件。

非常感谢!

安装代码

$ npm install appcelerator -g
/usr/local/bin/appc -> /usr/local/lib/node_modules/appcelerator/bin/appc
/usr/local/bin/appcelerator -> /usr/local/lib/node_modules/appcelerator/bin/appc
/usr/local/lib
└── appcelerator@4.2.2

设置码

$ appc new
Appcelerator Command-Line Interface, version 5.1.0
Copyright (c) 2014-2016, Appcelerator, Inc.  All Rights Reserved.

2016-02-01T18:38:17.223Z | ERROR  | Cannot read property 'split' of undefined

经过几次重新启动和全新 appc setup 一切都很好。一定是安装不好!