How to build for all available platforms?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 271
- Avg merge
- 23h 40m
- Merged PRs (30d)
- 2
Description
Hello, there is package like sqlite3 and after npm i it creates node-sqlite.node file
for host platform
but how to force node-pre-gyp to compile sqlites .node files for all available platforms and place a lot of node files inside on binding's folder, not only host platform node file?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the node-pre-gyp build and install workflow and how npm installs the sqlite3 native node-sqlite.node binding. Determine whether the requested behavior is supported and which platforms need to be considered. Done means a documented or implemented way to produce and package bindings for all required platforms, rather than only the host platform.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100