npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'v-click-outside-x@3.7.1',
npm WARN EBADENGINE required: { node: '>=8.11.4', npm: '6.4.1' },
npm WARN EBADENGINE current: { node: 'v14.18.0', npm: '8.0.0' }
npm WARN EBADENGINE }
1、删除本地 package-lock.json,node_modules
2、执行下列语句
// 重要的就是清除缓存
npm cache clear --force
或
npm cache clean --force
3、重新执行 npm install 安装包