安装node.js下载node.js安装包安装。
配置缓存
npm config --global get cache # 查看cache路径
mkdir ~/node_cache
mkdir ~/node_globa
2022-12-01