mapbox / mapbox/node-pre-gyp

Allow forcing local build with environment variables

Open
#703 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
1.2k
Forks
271
Avg merge
23h 40m
Merged PRs (30d)
2

Description

I'm using pnpm in my project and sqlite3 is a dep-of-dep. I want it to use a give sqlite3 binary and it seems that the only way to do that is to go into the module after install and manually run `npx node-pre-gyp install --build-from-source`

It would be great if there was a way to force build during install e.g. `NODE_PRE_GYP_BUILD=sqlite3,bcrypt`.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how node-pre-gyp handles install arguments and the existing --build-from-source path. Check how environment variables are currently read during installation. Done should include a defined environment-variable behavior that forces selected packages, with coverage for the sqlite3 and bcrypt examples.

Written by the indexing model from the issue text.

Assessment

Tech stack
node.js
Domain
build-system, tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.