-1
I don’t want to generate the --Prod version using the "npm run build --Prod command". (I made a script that says "npm run Prod" means "npm run build --Prod", is in my package.json)
ionic info
:
-1
I don’t want to generate the --Prod version using the "npm run build --Prod command". (I made a script that says "npm run Prod" means "npm run build --Prod", is in my package.json)
ionic info
:
0
try to give an "npm install [email protected] --save" or delete the node_modules folder and give an "npm install"
0
I got:
Apparently I had to change the version of firebase and angularfire2.
Browser other questions tagged ionic npm
You are not signed in. Login or sign up in order to post.
The first command gave a 404 error, and deleting node_modules and giving an npm install also did not change the problem... This is an error related to the @Ionic-Native version of CLI
– Raphael Vizoni