I am using Ionic 2.
I am getting an error when I run:
ionic build android
Running 'build:before' gulp task before build [15:35:59] Starting 'clean'... [15:35:59] Finished 'clean' after 69 ms [15:35:59] Starting 'build'... [15:35:59] Starting 'sass'... [15:35:59] Starting 'html'... [15:35:59] Starting 'fonts'... [15:35:59] Starting 'scripts'... app\theme\app.variables.scss Error: File to import not found or unreadable: globals.core Parent style sheet: E:/Development/IDE/ionic-apps/theWhoZoo/app/theme/app.variables.scss on line 7 of app/theme/app.variables.scss >> @import "globals.core";
Any help appreciated.