gyp ERR! command "/usr/local/bin/node" "/Users/zhaohaiyuan/Downloads/ue/shop2020/vue-admin/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
npm ERR! gyp ERR! cwd /Users/zhaohaiyuan/Downloads/ue/shop2020/vue-admin/node_modules/node-sass
npm ERR! gyp ERR! node -v v14.15.3
npm ERR! gyp ERR! node-gyp -v v3.8.0
npm ERR! gyp ERR! not ok
npm ERR! Build failed with error code: 1
npm ERR! A complete log of this run can be found in:
解决办法:
# 查看当前node版本
node –v
# 清除node缓存
npm cache clean -f
# 安装n模块
npm install -g n
# 查看当前node版本
node –v