-
Notifications
You must be signed in to change notification settings - Fork 47
Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (57) #98
Comments
Updating it to the latest version also helps Windows users. |
Discovered the same issues. |
That second gulp line did the trick yes. Also this keeps on happening: |
I have the same issue anyone had a solution? |
@dackley-fa Many thanks for this. It works every time for me. |
Update gulp-sass@latest did the trick on Fedora 28 too. |
Updating gulp-sass triggers a rebuild. Try |
Thanks @egargale, I did try |
For users on High Sierra
To fix this, I opened up package.json in the newly created foundation newDir/ and replaced gulp-sass: ^2.1.0 with ^3.1.0 or current....
Then npm install --save-dev gulp-sass@latest
Then run foundation watch again and it works.
Updating sass would be the long term solution.
The text was updated successfully, but these errors were encountered: