NPM Notes2: npm itself 错误

NPM Notes2: npm itself 错误

报错

notion image

解决

  1. 删除node_modules
  1. 删除package-lock.json文件
  1. 清除npm缓存
npm cache clean -f
  1. 升级npm
npm install npm -g
  1. 安装
npm install