You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
npm -v
): 9.6.7node -v
): v18.17.1node -p process.versions
):node -p process.platform
): darwinnode -p process.arch
): arm64node -p "require('node-sass').info"
): N/A,npm install
failsnpm ls node-sass
):Hi,
Installing the latest version of
node-sass
from NPM using these commands:fails with the following error:
This is caused by Python 3.12 removing distutils. Note that this was fixed in node-gyp in
10.0.0
(nodejs/node-gyp@707927c), but node-sass version9.0.0
still depends on^8.4.1
.Currently, the master branch contains the fixed version of node-gyp, but it's not published on NPM. Would it be possible to publish it please?
Have a great day,
Noa
The text was updated successfully, but these errors were encountered: