PanJiaChen / vue-element-admin

:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin
MIT License
87.68k stars 30.43k forks source link

不兼容node的情况 #4167

Open CrazyJexon opened 1 year ago

CrazyJexon commented 1 year ago

执行 npm install的时候出现以下不支持的现象,node是18.16.0版本的 npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@achrinza/node-ipc@9.2.2', npm WARN EBADENGINE required: { node: '8 || 10 || 12 || 14 || 16 || 17' }, npm WARN EBADENGINE current: { node: 'v18.16.0', npm: '9.5.1' } npm WARN EBADENGINE }

zhihuifanqiechaodan commented 1 year ago

使用nvm管理node, 将node降低版本至{ node: '8 || 10 || 12 || 14 || 16 || 17' }