1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Go3,822 forks (3,822 forks)batch import
enhancement requesthelp wanted
Repository metrics
- Stars
- 46,364 stars (46,364 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Would it be possible to fetch also node headers from https://nodejs.org/dist, when installing a node version by nvm install? Linux/macOS nvm installs also headers and I don't see them installed on Windows.
Contributor guide
- Research direction
- Examine the installation logic in nvm windows (e.g., install.go) to see how node binaries are fetched. Look at nvm for Linux/macOS to understand how headers are fetched. Implement similar logic to download headers from https://nodejs.org/dist during Windows installation.
- Tech stack
- gonodejs
- Domain
- toolingdeveloper experiencecli
- Issue type
- Feature
- Prerequisites
- GoHTTPnvm windows