sass / node-sass

:rainbow: Node.js bindings to libsass
https://npmjs.org/package/node-sass
MIT License
8.51k stars 1.33k forks source link

build(deps): bump node-gyp from 7.1.2 to 8.4.1 - node-sass 6.0+ #3272

Closed wedneyyuri closed 2 years ago

wedneyyuri commented 2 years ago

It would be possible to backport #3209 to node-sass 6.0+?

Motivation:

It would avoid the following error:

env: python: No such file or directory

Workaround: Use selective dependency resolutions strategy in package.json:

"resolutions": {
  "node-sass/node-gyp": "8"
},
nextjsproject@0.0.2 /Users/yurilima/Projects/nextjsproject
├─┬ next@12.0.7
│ └── node-sass@6.0.1 deduped
└── node-sass@6.0.1
nschonni commented 2 years ago

It's been requested before like https://github.com/sass/node-sass/issues/3106#issuecomment-1001921136 to backport changes, but we don't support more than one active release