-3

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.

here is the error i am getting

1 Answers1

0

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
Ali Mhanna
  • 401
  • 3
  • 14