[BUG] Installing dependency with node-gyp-build fails unless foreground-scripts is specified on Raspberry Pi #4374
Labels
Bug
thing that needs fixing
Needs Triage
needs review for next steps
Release 8.x
work is associated with a specific npm 8 release
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
On Ubuntu focal on raspberry pi, installing
bufferutil
which has a node-gyp build step fails unless the foreground-scripts option is used.Expected Behavior
npm install bufferutil
should not require foreground-scripts to work.Steps To Reproduce
Using node 16/stable via snapcraft.
With this config...
prefix = /home/shoda/.npm-global
Run '...'
If however run with foreground-scripts it succeeds, see output here: websockets/bufferutil#144 (comment)
Environment
The text was updated successfully, but these errors were encountered: