npm错误!无法读取未定义的属性“无关”
当我使用 npm 安装 npm i jquery 时发生此错误
npm ERR! Cannot read property 'extraneous' of undefined
npm ERR! A complete log of this run can be found in:
回答
尝试删除您的 package-lock.json:
rm -rf package-lock.json
当我使用 npm 安装 npm i jquery 时发生此错误
npm ERR! Cannot read property 'extraneous' of undefined
npm ERR! A complete log of this run can be found in:
尝试删除您的 package-lock.json:
rm -rf package-lock.json