Error in compile sass in ionic-1 (Sass is not compile in ionic-1)

12:51 PM

I thing you've installed new version of ionic(may be ionic-2)

Just run the following command and the issue will solve

=> Go to the project directory

$ npm install -g ionic@1.7.16
$ ionic setup sass

and then serve ionic: 

$ ionic serve

Hope the problem will solve

You Might Also Like

0 comments