I have an old ionic v1 app which needs some updates. The problem is that the gulp is now no more used so I keep getting this error:
Cannot load gulp: Error: `libsass` bindings not found. Try reinstalling `node-sass`?
[11:34:57] Cannot run sass task: missing in gulpfile.js
I tried installing node-sass but it is throwing new errors. Is there anyways I can update the app now?