0

我刚刚安装了 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
4

1 回答 1

0

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

于 2016-02-01T19:02:44.173 回答