After correctly installing ionic and cordova globally
Use the instructions given by the official website to create the project
I don’t know if it’s because of the wall
给我你的怀抱2017-05-19 10:43:29
An error occurred when executing npm install. If the template project has been successfully downloaded, first follow the steps below to confirm the npm configuration information:
npm config get registry - View the currently used npm repository. If it is not a domestic mirror, it is recommended to set a domestic mirror, such as setting a Taobao mirror:
npm config set registry https://registry.npm.taobao.org
If you confirm that there is no problem, you can manually run npm install on the command line
Friendly reminder: Ionic 3.x has been released, https://github.com/driftyco/i..., based on Angular 4.0, and also supports Lazy Loading.