PS D:\vueStudy\a\blog> npm install bootstrap@5
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: 'v22.13.0', npm: '11.0.0' }
npm warn EBADENGINE }
added 2 packages, and audited 1417 packages in 9s
152 packages are looking for funding
run `npm fund` for details
88 vulnerabilities (1 low, 57 moderate, 25 high, 5 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
버전 안맞아서 그런거 같은데 어떻게 하나요?ㅠㅠ