Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (57) #98

Open
dackley-fa opened this issue Nov 28, 2017 · 9 comments

Comments

@dackley-fa
Copy link

dackley-fa commented Nov 28, 2017

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.

screen shot 2017-11-28 at 9 30 52 am

@arcil
Copy link

arcil commented Dec 1, 2017

Updating it to the latest version also helps Windows users.

@jeroenrotty
Copy link

Does not work for me. See screenshot:
image 2017-12-23 at 8 19 12 pm

@arkarys
Copy link

arkarys commented Dec 24, 2017

Discovered the same issues.
Sass: 'npm rebuild node-sass' in the project directory did it for me.
Javascript: 'npm install -S gulpjs/gulp#6d71a65'. I found this: '[email protected] breaks gulp scripts with vinyl issue' - gulpjs/gulp#2065

@jeroenrotty
Copy link

jeroenrotty commented Dec 24, 2017

That second gulp line did the trick yes.
So Zurb needs to update their dependencies?

Also this keeps on happening:
[15:28:04] Failed to load external module @babel/register
[15:28:04] Requiring external module babel-register
[15:28:07] Using gulpfile ~/bit/jerrix/gulpfile.babel.js

@darnaupont
Copy link

I have the same issue anyone had a solution?

@abiblair
Copy link

@dackley-fa Many thanks for this. It works every time for me.

@egargale
Copy link

Update gulp-sass@latest did the trick on Fedora 28 too.
Thanks

@DanielRuf
Copy link
Contributor

Updating gulp-sass triggers a rebuild.

Try npm rebuild node-sass --force.

@Midnightdem0n
Copy link

Thanks @egargale, npm install gulp-sass@latest works.

I did try npm rebuild node-sass --force but it didn't work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants