sass / node-sass

:rainbow: Node.js bindings to libsass

Home Page:https://npmjs.org/package/node-sass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Sass does not yet support your current environment: Windows

harritvanbeek opened this issue · comments

Hi,

a using windows 2012 server for making my own website and using

  • Node v16.15.0
    white gulp

"devDependencies": {
"browser-sync": "^2.26.12",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-install": "^1.1.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2"
},
"dependencies": {
"node-sass": "^4.14.1"
}

and a this error :
Error: Node Sass does not yet support your current environment: Windows 64-bit w
ith Unsupported runtime (93)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.14.1
at module.exports (C:\WebFolder\htdocs\boann\node_modules\node-sass\lib\bind
ing.js:13:13)
at Object. (C:\WebFolder\htdocs\boann\node_modules\node-sass\lib
index.js:14:35)
at Module._compile (node:internal/modules/cjs/loader:1105:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (C:\WebFolder\htdocs\boann\node_modules\gulp-sass\inde
x.js:166:21)
at Module._compile (node:internal/modules/cjs/loader:1105:14)

what can a do to fix this ??? 

sorry for my broken engliche

You probably figured it out, but this works

$ npm rebuild node-sass

wait a bit...

rebuilt dependencies successfully