Muqriz 48f16bfc3e initail first | 4 miesięcy temu | |
---|---|---|
.. | ||
Error-pre-versions-of-node-cannot-be-installed.md | 4 miesięcy temu | |
Force-npm-to-use-global-node-gyp.md | 4 miesięcy temu | |
Home.md | 4 miesięcy temu | |
Linking-to-OpenSSL.md | 4 miesięcy temu | |
README.md | 4 miesięcy temu | |
Updating-npm-bundled-node-gyp.md | 4 miesięcy temu | |
binding.gyp-files-in-the-wild.md | 4 miesięcy temu |
node-gyp
that are earlier than v9.x.xPlease 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 deprecatedPlease 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.
But in any case, please avoid opening new node-sass
issues on this repo because we cannot help much.
In cmd, npm config set msvs_version 20xx
with xx matching your locally installed version of Visual Studio.