Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wedneyyuri opened this issue May 20, 2022 · 1 comment
Closed

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

wedneyyuri opened this issue May 20, 2022 · 1 comment

Comments

@wedneyyuri
Copy link

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"
},
  • NPM version (npm -v): 8.1.2
  • Node version (node -v): v16.13.2
  • Node Process (node -p process.versions):
{
  node: '16.13.2',
  v8: '9.4.146.24-node.14',
  uv: '1.42.0',
  zlib: '1.2.11',
  brotli: '1.0.9',
  ares: '1.18.1',
  modules: '93',
  nghttp2: '1.45.1',
  napi: '8',
  llhttp: '6.0.4',
  openssl: '1.1.1l+quic',
  cldr: '39.0',
  icu: '69.1',
  tz: '2021a',
  unicode: '13.0',
  ngtcp2: '0.1.0-DEV',
  nghttp3: '0.1.0-DEV'
}
  • Node Platform (node -p process.platform): darwin
  • Node architecture (node -p process.arch): arm64
  • node-sass version (node -p "require('node-sass').info"):
node-sass	6.0.1	(Wrapper)	[JavaScript]
libsass  	3.5.5	(Sass Compiler)	[C/C++]
  • npm node-sass versions (npm ls node-sass):
nextjsproject@0.0.2 /Users/yurilima/Projects/nextjsproject
├─┬ next@12.0.7
│ └── node-sass@6.0.1 deduped
└── node-sass@6.0.1

@nschonni
Copy link
Contributor

It's been requested before like #3106 (comment) to backport changes, but we don't support more than one active release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants