NeutralinoJS: error: missing required argument 'name'
NeutralinoJS: error: missing required argument 'name'
我尝试使用 neu-cli 创建我的第一个 NeutralinoJS 应用程序。我在 Windows 命令提示符中键入了 neu create --template hello-world
命令,就像在 doucmentation 中一样。但它给了我这个错误。
error: missing required argument 'name'
所以我在git bash中再次输入了它。但它又给出了同样的错误。如何解决这个问题?有什么想法吗?
我找到了解决方案。命令语法是这样的:
neu create <App_Name> --template <Template_Type>
支持的模板类型有:
- js
- ts
- 科特林
- 反应
示例:- neu create MyApp --template js
我尝试使用 neu-cli 创建我的第一个 NeutralinoJS 应用程序。我在 Windows 命令提示符中键入了 neu create --template hello-world
命令,就像在 doucmentation 中一样。但它给了我这个错误。
error: missing required argument 'name'
所以我在git bash中再次输入了它。但它又给出了同样的错误。如何解决这个问题?有什么想法吗?
我找到了解决方案。命令语法是这样的:
neu create <App_Name> --template <Template_Type>
支持的模板类型有:
- js
- ts
- 科特林
- 反应
示例:- neu create MyApp --template js