Skip to content
New issue

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

npm install problem related to version conficts #72

Open
yangjun1222 opened this issue Feb 18, 2025 · 0 comments
Open

npm install problem related to version conficts #72

yangjun1222 opened this issue Feb 18, 2025 · 0 comments

Comments

@yangjun1222
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant