Ionic 3 - Error generating build --prod

0

I'm not wanting to generate the --prod version using the "npm run build --prod" command. (I did a script that says "npm run prod" stands for "npm run build --prod", is in my package.json)

Full project link

package.json link

ionic info :

ERROR:

    
asked by anonymous 07.12.2017 / 04:10

2 answers

0

try giving an "npm install [email protected] --ave" or delete the folder node_modules and give a "npm install"

    
07.12.2017 / 04:36
0

I GOT:

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

Commit Link

    
07.12.2017 / 20:11