We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After I git clone and cd OATutor, run the command "npm install", version conflict: npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@cortex-js/compute-engine@0.22.0', npm WARN EBADENGINE required: { node: '>=16.14.2', npm: '>=8.5.0' }, npm WARN EBADENGINE current: { node: 'v12.22.9', npm: '8.5.1' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@csstools/postcss-trigonometric-functions@1.0.2', npm WARN EBADENGINE required: { node: '^14 || >=16' }, npm WARN EBADENGINE current: { node: 'v12.22.9', npm: '8.5.1' } npm WARN EBADENGINE } .................................................. after I upgrade the node, npm install again, which says: ` npm install npm warn EBADENGINE Unsupported engine { npm warn EBADENGINE package: 'http2@3.3.7', npm warn EBADENGINE required: { node: '>=0.12.0 <9.0.0' }, npm warn EBADENGINE current: { node: 'v18.20.6', npm: '10.8.2' } npm warn EBADENGINE }
npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@cortex-js/compute-engine@0.22.0', npm WARN EBADENGINE required: { node: '>=16.14.2', npm: '>=8.5.0' }, npm WARN EBADENGINE current: { node: 'v12.22.9', npm: '8.5.1' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@csstools/postcss-trigonometric-functions@1.0.2', npm WARN EBADENGINE required: { node: '^14 || >=16' }, npm WARN EBADENGINE current: { node: 'v12.22.9', npm: '8.5.1' } npm WARN EBADENGINE } ..................................................
` Do you know if I installed it successfully?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After I git clone and cd OATutor, run the command "npm install", version conflict:
npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@cortex-js/compute-engine@0.22.0', npm WARN EBADENGINE required: { node: '>=16.14.2', npm: '>=8.5.0' }, npm WARN EBADENGINE current: { node: 'v12.22.9', npm: '8.5.1' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@csstools/postcss-trigonometric-functions@1.0.2', npm WARN EBADENGINE required: { node: '^14 || >=16' }, npm WARN EBADENGINE current: { node: 'v12.22.9', npm: '8.5.1' } npm WARN EBADENGINE } ..................................................
after I upgrade the node, npm install again, which says:
` npm install
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: 'http2@3.3.7',
npm warn EBADENGINE required: { node: '>=0.12.0 <9.0.0' },
npm warn EBADENGINE current: { node: 'v18.20.6', npm: '10.8.2' }
npm warn EBADENGINE }
`
Do you know if I installed it successfully?
The text was updated successfully, but these errors were encountered: