When I run the ionic build android
command, I get the following error:
WARN: ionic.project has been renamed to ionic.config.json, please rename it.
Uh oh! Looks like you're missing a module in your gulpfile:
Cannot find module 'gulp'
Do you need to run `npm install`?
I have already tried running this command:
npm install --save-dev gulp
But I am still getting the same error. Am I missing something here?