并且提示
Unsupported engine {
npm WARN EBADENGINE package: '@achrinza/[email protected]',
npm WARN EBADENGINE required: { node: '8 || 10 || 12 || 14 || 16 || 17' },
npm WARN EBADENGINE current: { node: 'v18.18.0', npm: '9.8.1' }
npm WARN EBADENGINE }
package.json里添加
javascript
"scripts": {
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve"
}