You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.
The package.json in this template is using ionic-angular beta.4, and the angular2 and zone libraries are also outdated.
Creating a new project from the CLI currently results in this error when serving:
node_modules/ionic-angular/components.core.scss
Error: Import directives may not be used within control directives or mixins.
on line 35 of node_modules/ionic-angular/components.core.scss
>> @import "fonts/ionicons";
--^
Not sure if this is the cause of the error or not.
The text was updated successfully, but these errors were encountered:
Thanks for the issue! Gulp-sass has a caret dependency on node-sass, which got a pretty big update last night that started erroring on things that weren't previously erroring before.
Should be fixed in all of the starters, which have been updated to the latest nightly version of beta.5 where it's fixed. As always, let us know if you're still having problems, thanks!
The package.json in this template is using ionic-angular beta.4, and the angular2 and zone libraries are also outdated.
Creating a new project from the CLI currently results in this error when serving:
Not sure if this is the cause of the error or not.
The text was updated successfully, but these errors were encountered: