-
Notifications
You must be signed in to change notification settings - Fork 640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 下开发项目问题 #101
Comments
安装 Visual C++ Build Tools 时可能出现如下问题: 需要先下载并安装 .NET 4.5.1 |
* fix(windows): preparing Windows environment * re #101, add `CONTRIBUTING.md` * chore(windows): fix lerna watch command in Windows
* fix(windows): preparing Windows environment * re #101, add `CONTRIBUTING.md` * chore(windows): fix lerna watch command in Windows
* fix(windows): preparing Windows environment * re #101, add `CONTRIBUTING.md` * chore(windows): fix lerna watch command in Windows
* fix(windows): preparing Windows environment * re #101, add `CONTRIBUTING.md` * chore(windows): fix lerna watch command in Windows
* fix(windows): preparing Windows environment * re #101, add `CONTRIBUTING.md` * chore(windows): fix lerna watch command in Windows
Mac 怎么装有教程吗? QAQ |
根据贡献文档指引,在使用 |
作者说新的 Node for Windows 包含了要用来构建的工具了。 我的配置 node v16.16.0
参考 https://github.com/felixrieseberg/windows-build-tools#readme |
我在管理员权限下运行 |
配置:Windows11系统下 node v16.16.0版本(用nvm安装,未尝试更高版本) |
能否写个完整的版的 Window 开发环境按照教程? |
可以,我是直接修改.github\CONTRIBUTING.md和.github\CONTRIBUTING_ENGLISH.md这两个文档里Windows 环境配置这部分然后提pr吗 |
可以的 |
需要在
CONTRIBUTING.md
中补充 Windows 环境下开发项目的内容。yarn install
安装依赖,完成 workspace 链接node-gyp
编译本地依赖,这一步是 Windows 下出现问题最多的。a. 首先以管理员身份启动 PowerShell
b. 运行
npm install --global --production windows-build-tools
,安装 Microsoft's windows-build-tools 。这一步会安装 Python 2.7c. 参考,需要下载 Visual C++ Build Tools 并安装。Win7 以下安装 2013,Win10 及以上安装 2015
d. 重启
The text was updated successfully, but these errors were encountered: