/BETAFPV_Configurator

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

BETAFPV Configurator

Developers

#安装Node虚拟机
nvm install 16.20.0     
nvm use 16.20.0 
#加载所有的关联包
npm install
npm install --save-dev electron-rebuild
./node_modules/.bin/electron-rebuild

# If you have trouble on Windows, try:
.\node_modules\.bin\electron-rebuild.cmd


#启动electron程序
electron .


若在VS Code输入命令时出现以下错误:无法加载文件xxx.ps1,因为在此系统中禁止脚本。 解决方案如下:
- 按下Window+R,输入**powershell**,回车或确定。
- 输入**Set-Executionpolicy remotesigned**,回车。
- 输入**y**回车。