You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
>> Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (57)
>> For more information on which environments are supported please see:
>> https://github.com/sass/node-sass/releases/tag/v4.5.2
That release references #1934, which bumps the release to 54. However, Node 8.0.0 is using 57.
$ node -p "require('node-sass').info"
/Users/schreipa/.dev/espn-fivethirtyeight/node_modules/node-sass/lib/binding.js:13
throw new Error(errors.unsupportedEnvironment());
^
Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (57)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.5.2
at module.exports (/Users/schreipa/.dev/espn-fivethirtyeight/node_modules/node-sass/lib/binding.js:13:13)
at Object.<anonymous> (/Users/schreipa/.dev/espn-fivethirtyeight/node_modules/node-sass/lib/index.js:14:35)
at Module._compile (module.js:569:30)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:503:32)
at tryModuleLoad (module.js:466:12)
at Function.Module._load (module.js:458:3)
at Module.require (module.js:513:17)
at require (internal/module.js:11:18)
at [eval]:1:1
I updated to Node 8, and node-sass fails:
That release references #1934, which bumps the release to 54. However, Node 8.0.0 is using 57.
Config:
The text was updated successfully, but these errors were encountered: