简体   繁体   English

使用Node JS v 4.6启动Ionic应用程序

[英]Starting Ionic application with Node JS v 4.6

I installed node.js 4.6. 我安装了node.js 4.6。

And npm install -g ionic but ionic command does not works. npm install -g ionic但ionic命令不起作用。

这里 .

You need to install Cordova as well. 您还需要安装Cordova Run the following to install all the necessary tools 运行以下命令以安装所有必需的工具

npm install -g cordova ionic

Then create an app with one of the start templates they offer if you wish: 然后,根据需要使用其提供的启动模板之一创建一个应用程序:

ionic start MyApp blank

ionic start MyApp tabs

ionic start MyApp sidemenu

我使用Ionic设置了环境变量,现在可以使用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM