node使用相关杂记
包管理 -- npm
# 查看 lib 库目录
npm roog -g
# bin 文件目录
~/.nvm/versions/node/v24.14.0/bin
切换 npm 源
# 查看当前源
npm config get registry
# 切换到淘宝镜像
npm config set registry https://registry.npmmirror.com
# 查看 lib 库目录
npm roog -g
# bin 文件目录
~/.nvm/versions/node/v24.14.0/bin
# 查看当前源
npm config get registry
# 切换到淘宝镜像
npm config set registry https://registry.npmmirror.com