I get the following error when trying to run 'gulp serve':
[14:14:52] Plumber found unhandled error: Error in plugin 'gulp-sass'
Message: @import directives are not allowed inside mixins and functions
Details: fileName: ./bower_components/bootswatch/spacelab/_bootswatch.scss lineNumber: 8
I upgraded to the latest node version. Ran "npm rebuild node-sass" and "npm rebuild gulp-sass". I tried reinstalling bower packages and npm packages. Is there any sort of assumption I can make. I can try to reinstall npm packages by hand, but there is about 50 and I am afraid it won't do anything.
Any pointers welcome. Will be here until I solve this. 'npm gulp-sass version' gives the same version as my team has and build works for all of them.