Ionic 3 - Error generating build --Prod

Asked

Viewed 295 times

-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)

Link to the complete project

Link to package.json

ionic info :

<code>Ionic Info</code>

ERROR: inserir a descrição da imagem aqui

2 answers

0

try to give an "npm install [email protected] --save" or delete the node_modules folder and give an "npm install"

  • 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

0

I got:

Apparently I had to change the version of firebase and angularfire2.

Commit Link

Browser other questions tagged

You are not signed in. Login or sign up in order to post.