devcontainers / devcontainers/cli
Simplify install process
未关闭
feature-request
- 主要语言
- TypeScript
- 星标
- 3k
- 派生
- 457
- 平均合并
- 13 小时 17 分钟
- 30 天内合并 PR
- 6
描述
Currently this CLI has a native module dependency which drives the need for node-gyp dependencies like Python and C++. This makes installing the CLI far more difficult than intended.
To solve this issue, I'd propose we have a "distro" that is already compiled, and could even bundle Node.js. Installation can then just be an unzip/untar to keep things easy to begin with. We could then keep the npm option around for those that prefer to deal with the dependenceis.
The alternative would be to look into ways to remove the native dependency so that only Node.js is required.
//cc: @chrmarti @bamurtaugh
贡献指南
评估
这个 Issue 还没有评估数据。