nvm安装node.js

Created: 2024-01-01 11:30:30Status: #note/note Recall:12345678910111213141516171819202122232425262728293031323334353637383940414243444546# 列出可用的版本nvm list available# 安装需要的版本nvm install 20.10.0...

js

初步尝试Bootstrap5和SASS

Created: 2023-12-09Status: #H5 Recall: 安装LTS nodejs 安装国内定制的cnpm命令行工具 12npm install -g cnpm --registry=https://registry.npmmirror.comcnpm config set registry https://registry.npmmirror.com 开始安装相...

nodejs