Skip to content

配置nodejs环境

sh
npm config set cache "/home/xclhove/nodejs/node_cache"
sh
npm config set prefix "/home/xclhove/nodejs/node_global"

最近更新:10/11/2024, 4:54:36 AM

原文链接:配置nodejs环境

|下一篇:springboot跨域配置