NativeScript / NativeScript/nativescript-cli
Make the installation scripts install Node and tns
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 1.1k
- 派生
- 204
- 平均合并
- 1 天 9 小时
- 30 天内合并 PR
- 8
描述
Currently our recommended quick installation is a three-step process: install Node, install tns, and then run our setup scripts. Even though those steps are relatively minimal, a surprising number of people get tripped up going through them. See https://github.com/NativeScript/docs/pull/585 for an example.
I want to propose that we change the installation scripts to install everything—Node, tns, and the various system requirements. The scripts could detect whether Node is installed, as to avoid undoing a user’s installation unknowingly.
A single script would simplify the documentation considerably, but it would probably be a non-trivial engineering effort. And with installers in the works perhaps this isn’t worth the effort. But I wanted to open this up to see what people think.
Thoughts?
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
由于 issue 没有指出任何文件、测试或入口点,因此请先定位安装脚本和快速设置文档。完成后的更改应使脚本安装 Node、tns 和系统要求,同时检测现有的 Node 安装,并将文档简化为更简单的设置流程。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, node.js
- 领域
- cli, devops
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 20/100