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 was archived by the owner on Jul 24, 2024. It is now read-only.
When building node-sass and libsass using `npm build .` or `node scripts/build -f`, script uses `node-gyp` version
installed as part of `npm install` step inside `node_modules` folder. However this version of `node-gyp` is not
compatible with [node-chakracore](https://github.com/nodejs/node-chakracore). It will become partially compatible
with node-chakracore once nodejs/node-gyp#873 is merged.
However in order to fully work with node-chakracore build need to use the `node-gyp` version that is installed
with node-chakracore. This change detects if `npm build` was ran from `Node.js chakracore command prompt` and
if yes, use the `node-gyp` that comes with node-chakracore instead of using from `node_modules`.
0 commit comments