Node.js CLI抛出错误

时间:2016-02-01 18:46:18

标签: node.js npm appcelerator appcelerator-cli

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

1 个答案:

答案 0 :(得分:0)

经过几次重新启动后,新的appc setup一切都很顺利。一定安装不好!