Having seen that you are using "Laravel", I can assume that you are using "laravel-elixir". Recent changes to this package have SASS compatibility issues.
You can always use the fixed version in the package.json file and set it to
"dependencies": { "laravel-elixir": "3.4.2", }
instead of the default ^ 3.0.0, it will automatically upgrade to the latest version. After changing the version, just run npm update
Hope this helps you.
Frederiek
source share