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

System env SASS_BINARY_DIR is ignored when installing with npm 8.10.0 #3273

Open
alt-grr opened this issue May 24, 2022 · 1 comment
Open

Comments

@alt-grr
Copy link

alt-grr commented May 24, 2022

Tested on node versions: 16.15.0, 16.14.0
Reproduced on two different computers, on Windows.

When running npm install:

  • postinstall on npm 8.5.5 works - pre-compiled binary is used, no build is attempted
  • postinstall on npm 8.10.0 doesn't work - pre-compiled binary is ignored

Maybe passing system envs is broken in some version of npm newer than 8.5.5?

Reporting it here, because maybe someone else could debug exactly what's happening.

@Aqiu007
Copy link

Aqiu007 commented Jul 4, 2022

I found that SASS_BINARY_SITE is also not supported

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