I\'m new to Ionic. I was following the Ionic documentation \"get started\", created a project sample named \"super\". The problem is that when I run the command line i
i
In my case, I need to set NODE_ENV to production then it installs successfully
set NODE_ENV=production npm install @ionic/app-scripts@latest --save-dev