Description
npm install inside the sandbox fails with 403 Forbidden because the npm_registry network policy does not include /usr/local/bin/node in its allowed binaries list.
Pull Request 669 resolves this bug.
2 files, 4 lines. Easy win.
Reproduction Steps
- $ openshell sandbox create --name demo
- $ npm install discord.js
npm error 403 403 Forbidden - GET https://registry.npmjs.org/discord.js
Environment
Debug Output
Logs
Checklist
Description
npm install inside the sandbox fails with 403 Forbidden because the npm_registry network policy does not include /usr/local/bin/node in its allowed binaries list.
Pull Request 669 resolves this bug.
2 files, 4 lines. Easy win.
Reproduction Steps
npm error 403 403 Forbidden - GET https://registry.npmjs.org/discord.js
Environment
Debug Output
Logs
Checklist