Issue in ionic2 tutorial template project

I am getting below error when I tried to run the ionic tutorial project created by using ionic start MyIonic2ProjectSideMenu tutorial --v2

Could someone help me how to fix this issue.

node_modules/ionic-angular/components.core.scss Error: Import directives may not be used within control directives or mixins. on line 34 of node_modules/ionic-angular/components.core.scss @import “fonts/ionicons”; --^

This has been recently fixed, try updating to the latest beta and generating a new project.

1 Like

Yep, this is fixed in beta6!

1 Like

@joshmorony @mhartington Thank you so much. It works like a champ now :slight_smile: