简体   繁体   中英

Starting Ionic application with Node JS v 4.6

I installed node.js 4.6.

And npm install -g ionic but ionic command does not works.

这里 .

You need to install Cordova as well. 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设置了环境变量,现在可以使用

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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