Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Node Sass does not yet support your current environment #322

Closed
j143 opened this issue Mar 28, 2024 · 1 comment
Closed

Error: Node Sass does not yet support your current environment #322

j143 opened this issue Mar 28, 2024 · 1 comment

Comments

@j143
Copy link
Owner

j143 commented Mar 28, 2024

$ gulp
Error: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (115)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v8.0.0
    at module.exports (/workspaces/systemds-website/node_modules/node-sass/lib/binding.js:13:13)
    at Object.<anonymous> (/workspaces/systemds-website/node_modules/node-sass/lib/index.js:13:35)
    at Module._compile (node:internal/modules/cjs/loader:1376:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
    at Module.load (node:internal/modules/cjs/loader:1207:32)
    at Module._load (node:internal/modules/cjs/loader:1023:12)
    at Module.require (node:internal/modules/cjs/loader:1235:19)
    at require (node:internal/modules/helpers:176:18)
    at Object.<anonymous> (/workspaces/systemds-website/gulpfile.js:4:35)
    at Module._compile (node:internal/modules/cjs/loader:1376:14)
@j143
Copy link
Owner Author

j143 commented Mar 28, 2024

https://stackoverflow.com/questions/37324519/node-sass-does-not-yet-support-your-current-environment-linux-64-bit-with-false

suggests to use

npm rebuild node-sass

we shall see:

$ npm rebuild node-sass
rebuilt dependencies successfully

@j143 j143 closed this as completed Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant