How can we build an ionic project in Ubuntu 18.04, which is developed and built in windows environment?

41 Views Asked by At

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

There are 1 best solutions below

0
Ali Mhanna On

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