i am trying to build an ionic project in ubuntu 18.04. but I am getting an error like it cannot build in ubuntu environment.
I have rebuild node-sass folder as well. After that I am getting error as gulf.file cannot find.
i am trying to build an ionic project in ubuntu 18.04. but I am getting an error like it cannot build in ubuntu environment.
I have rebuild node-sass folder as well. After that I am getting error as gulf.file cannot find.
copy files from your old project folder except node_module then paste them in the new path run if cordova not installed
npm install -g cordova
then run
npm install -g ionic
npm install
if any error shows run
npm audit fix