Dawsons-MacBook-Air:nexussocialhubappdev dawson$ ionic serve
[ERROR] Gulpfile not found: ./gulpfile.js
You can set the gulpFile attribute in ionic.config.json for custom
Gulpfile locations, otherwise the default Ionic Gulpfile can be
downloaded from
https://github.com/ionic-team/ionic-app-base/blob/master/gulpfile.js
Or, if you no longer use gulp, you can remove the CLI Gulp Plugin:
npm uninstall --save-dev --save-exact @ionic/cli-plugin-gulp@latest
I have completed the following tasks but still having issues getting ionic server to load.
gulp.task(āserve:beforeā, [ādefaultā]);
That line tells the new ionic cli 2@beta to run the old ionic cli 1.x ādefaultā task before serving (before running ionic serve)
Also you need to add a ionic.config.json file with this:
Post your ionic info output please.
Is this a new project or an old one that had some custom gulp stuff in it?
When did you add the gulp plugin to Ionic CLI and why?
It was a purchased template but unfortunately, there were a number of modules missing and i also noticed that my environments was out of date and then upgraded both node.js and npm and then modifed the packages.json. After doing that, i could install all of the required packages including gulp.
Hi, I am a newbie in ionic please someone help ā¦ I am stuck here for two days
cmd hit = ionic cordova build android --prod
output = [16:47:14] Cannot run sass task: missing in gulpfile.js
Thanks in advance.