Node Sass does not yet support your current environment
Mac OS 10.14 Beta (18A314k)
Can you help me? Thanks
That's version of node-sass is too old to work on node 9. Run npm update
node-sass.
On Tue., 3 Jul. 2018, 4:45 am Camilo Vitorino da Costa, <
[email protected]> wrote:
Node Sass does not yet support your current environment
Mac OS 10.14 Beta (18A314k)
- NPM version 6.1.0
- Node version v9.8.0
- Node Process { http_parser: '2.7.0',
node: '9.8.0',
v8: '6.2.414.46-node.21',
uv: '1.19.2',
zlib: '1.2.11',
ares: '1.13.0',
modules: '59',
nghttp2: '1.29.0',
napi: '2',
openssl: '1.0.2n',
icu: '60.2',
unicode: '10.0',
cldr: '32.0.1',
tz: '2017c' }- Node Platform darwin
- Node architecture x64
- npm node-sass versions [email protected] > [email protected]
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/sass/node-sass/issues/2432, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAjZWKSYk1KnefXYYAWJ0IIc28qCDKKgks5uCmovgaJpZM4U_xd1
.
npm rebuild node-sass
On Wed., 4 Jul. 2018, 12:46 am Camilo Vitorino da Costa, <
[email protected]> wrote:
@xzyfer https://github.com/xzyfer i've tried that, but now I have this
error:
Error: Missing binding
/node_modules/node-sass/vendor/darwin-x64-59/binding.node
Node Sass could not find a binding for your current environment: OS X
64-bit with Node.js 9.xCould you help me? Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/sass/node-sass/issues/2432#issuecomment-402183435,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAjZWExDT5LHsQDqTMQQsmvnunIZ7Omhks5uC4PigaJpZM4U_xd1
.
Error...
Cannot download "https://github.com/sass/node-sass/releases/download/v4.5.0/darwin-x64-64_binding.node":
Update to latest version(v4.11.0) fix error
Explained in the first line of the read me.
On Mon., 4 Feb. 2019, 12:47 am Pavlo Oliinyk <[email protected]
wrote:
Error...
Cannot download "
https://github.com/sass/node-sass/releases/download/v4.5.0/darwin-x64-64_binding.node
":—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/sass/node-sass/issues/2432#issuecomment-460203341,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAjZWJ6gRuOV65zFCFNIYi7J4uXIdHT2ks5vKA_NgaJpZM4U_xd1
.
npm rebuild node-sass didn't work for me because it says it wasn't able to see node-sass in node_modules so I did npm install node-sass and it worked
none of the solutions above have worked until I tried npm install node-sass and it worked well. thanks @charlenebuena
To fix my problem I rebuild but it didn’t work after it I followed what CharleneBuena said:
npm install node-sass and now [ok]
nothing works
@cfsavant , can you print you error?
npm update node-sass
On Tue., 18 Jun. 2019, 8:16 pm Fábio BC Souza, notifications@github.com
wrote:
@cfsavant https://github.com/cfsavant , can you print you error?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/sass/node-sass/issues/2432?email_source=notifications&email_token=AAENSWGAABN22NWHTDDYEWTP3ERARA5CNFSM4FH7C522YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODX7QG7I#issuecomment-503251837,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAENSWBTCB4KKAGFRBESMKDP3ERARANCNFSM4FH7C52Q
.
I ran into this problem after what I Think was caused by an X Code 10.1 -> 9.4 DOWNGRADE (I think that's what caused it). First I had some nasty problems with node-sass, then I blew away my node_modules and was then unable to yarn install again without serious problems.
then I got through that but got to
Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (72)
I was able to fix this by switching my system over from (what I think was) brew-installed node, which annoyingly is difficult to downgrade, to nvm (https://github.com/nvm-sh/nvm)
then, once I made sure I had the right node version, I was able to
yarn cache clean
and also yarn install
then I ran into a nasty rabbit hole with the dev environment only, which was simply fixed by restarting my system after which my app started booting in dev again.
Most helpful comment
npm rebuild node-sass
On Wed., 4 Jul. 2018, 12:46 am Camilo Vitorino da Costa, <
[email protected]> wrote: