npm操作

查看全局安装的npm包: npm list -g -dept 0

解决因node版本过高而引起的依赖安装失败报错问题:npm i --legacy-peer-deps

清除缓存:npm cache clean

(待补充…)