|
||
---|---|---|
.. | ||
binding.gyp-files-in-the-wild.md | ||
Error-pre-versions-of-node-cannot-be-installed.md | ||
Force-npm-to-use-global-node-gyp.md | ||
Home.md | ||
Linking-to-OpenSSL.md | ||
README.md | ||
Updating-npm-bundled-node-gyp.md |
Versions of node-gyp
that are earlier than v10.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.
node-pre-gyp
is no longer maintained
Support in the abi_crosswalk.json
file ends at Node.js v17 but that release is end-of-life.
In any case, please avoid opening new node-pre-gyp
issues on this repo because we cannot help much.
Unsupported WORKAROUND for versions of Node.js > v17
npm ci # mapbox/node-pre-gyp
npm run update-crosswalk
# npm audit # Currently fails on a `Severity: critical` issue