weex create 命令不识别
程序员文章站
2022-04-05 19:42:42
...
按照官网执行:
一、安装weex环境:
$ npm i -g weex-toolkit
二、然后初始化 Weex 项目:
$ weex create awesome-project
三、报错:
Sorry, didn't recognize that command!
Type weex help to view common commands.
四、原因:
安装的时候,选择的方式不正确,导致创建初始化项目出错。
五、解决:(修复一下,重新选择)
$ weex repair
选择:
? May weex-toolkit anonymously report usage statistics to improve the tool over time? Yes
? Which npm registry you perfer to use? taobao
六、重新执行创建即可:
eg:
推荐阅读