
获得徽章 0
- 使用
github.com 管理node版本,windows通过 PowerShell 安装:winget install Schniz.fnm,安装成功后,运行 fnm env --use-on-cd。下载node版本: fnm install v22.16.0。切换node版本:fnm use v22.16.0
评论点赞 - 安卓debug运行调试,如果提示waiting for debugger,可以手机root后,运行 add shell "setprop system.usb.config mtp,adb",然后运行run,成功启动APP后,点击attach debugger to Android process图标按钮,就可以进行debug调试了评论点赞
- 下载安装包时,报错:npm ERR! gifsicle@4.0.1 postinstall: `node lib/install.js,解决方案 npm install --ignore-scripts,这里是原链接
blog.csdn.net
评论点赞