This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime #2425
Comments
I'm running this code in electron in 64bit macOS. Not sure if that's related. |
Alright, I can confirm that running When I try to run it in Electron, I get
Any ideas? |
I did have the same issue as you but i downgraded the version and it workes perfectly for now |
Running node-sass under Electron is not supported |
This comment has been minimized.
This comment has been minimized.
jiongle1
pushed a commit
to scantist-ossops-m2/node-sass
that referenced
this issue
Apr 7, 2024
There was a typo when this logic was ported over from Ruby Sass. Fixes sass#2425 Spec sass/sass-spec#1243
jiongle1
pushed a commit
to scantist-ossops-m2/node-sass
that referenced
this issue
Apr 7, 2024
There was a typo when this logic was ported over from Ruby Sass. Fixes sass#2425 Spec sass/sass-spec#1243
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is the same report as #1764
But in my case
npm rebuild node-sass
orrm -rf node_modules/node-sass && npm i
both don't fix the problem in my case.The text was updated successfully, but these errors were encountered: