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.
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
Yes
npm install
You are missing a space in the middle