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

npm ERR! when npm i node-sass

Alecto opened this issue · comments

  • npm -v 8.19.2
  • node -v v18.12.0
  • node -p process.versions
    {
    node: '18.12.0',
    v8: '10.2.154.15-node.12',
    uv: '1.43.0',
    zlib: '1.2.11',
    brotli: '1.0.9',
    ares: '1.18.1',
    modules: '108',
    nghttp2: '1.47.0',
    napi: '8',
    llhttp: '6.0.10',
    openssl: '3.0.5+quic',
    cldr: '41.0',
    icu: '71.1',
    tz: '2022b',
    unicode: '14.0',
    ngtcp2: '0.8.1',
    nghttp3: '0.7.0'
    }
  • node -p process.platform win32
  • node -p process.arch x64

when i execute the command
npm i node-sass

I am getting the following error
image

I install the latest version node-sass, 7.0.3
previously used node-sass 7.0.1, now it is not installed either.

error appeared after update from node v16.x to v18.12.0