Pages

Monday, September 5, 2016

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

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

No comments:

Post a Comment