Skip to content

Files

Latest commit

4885110 · Apr 1, 2025

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 23, 2021
Jan 7, 2022
Jun 23, 2021
Jun 23, 2021
Apr 1, 2025
Jan 29, 2024
May 31, 2024

Versions of node-gyp that are earlier than v11.x.x

Please look thru your error log for the string gyp info using node-gyp@ and if that version number is less than the current release of node-gyp then please upgrade using these instructions and then try your command again.

node-sass is deprecated

Please be aware that the package node-sass is deprecated so you should actively seek alternatives. You can try:

npm uninstall node-sass
npm install sass --save
# or ...
npm install --global node-sass@latest

node-sass projects may work by downgrading to Node.js v14 but that release is end-of-life.

In any case, please avoid opening new node-sass issues on this repo because we cannot help much.

ffi-napi is no longer maintained

There are a couple of workarounds (https://koffi.dev or node-ffi-rs) on that issue but using ffi-napi or its forks has proven problematic on modern versions of operating systems, Node.js, node-gyp, and Python.

In any case, please avoid opening new ffi-napi issues on this repo because we cannot help much.