摘要: Node不建议使用太高的版本,18.19.0就足够了 nvm list availablenvm install 18.19.0nvm use 18.19.0nvm ls npm config get registryhttps://registry.npmmirror.com/ npm confi 阅读全文
posted @ 2024-01-21 21:54 心若向阳,次第花开 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 关闭虚拟机 wsl --shutdown 查看虚拟机是否已经关闭 wsl --list --running 在Win11下开启嵌套的VM notepad %USERPROFILE%\.wslconfig.txt[wsl2]nestedVirtualization=true 安装JDK并配置环境变量 阅读全文
posted @ 2024-01-21 20:48 心若向阳,次第花开 阅读(462) 评论(1) 推荐(0) 编辑