npm install 失败:
52 packages are looking for fundingrun `npm fund` for details
found 1142 vulnerabilities (522 low, 130 moderate, 489 high, 1 critical)
解决1:nmp清缓存:npm cache clean --force
解决2:把项⽬中的node_modules⽂件删掉,再执⾏npm install。这时候就会发现没有警告了。
npm⽬录配置
#查看配置
npm config list -gnpm config ls -l
#⽬录先建好
npm config set prefix\"D:\\nodejs\\node_modules\\npm\\node_global_modules\"npm config set cache\"D:\\nodejs\\node_modules\\npm\\node_cache\"
因篇幅问题不能全部显示,请点此查看更多更全内容