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
Delete node_modules and package-lock.json
rm -rf node_modules package-lock.json npm install
Reference: https://github.com/ionic-team/ionic-cli/issues/3399