我刚刚安装了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
答案 0 :(得分:0)
经过几次重新启动后,新的appc setup
一切都很顺利。一定安装不好!