-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Got error messages after running npm install on my terminal #599
Comments
@OlusegunJoseph We are migrating to the nextjs and it would solve post of the issues |
Same error here. Hope to get a fix soon. |
Has it gotten fixed yet? I am facing the same error. |
Same error here! |
@BigSamu @AviralDhingra @frankcaoyun Please update your node version. |
@saadpasta so I reinstalled NodeJS and now I am using the stable version v18.15.0 (previously using v19.6.0). After that, the installation finished succesfully but shows the following warnings: npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '[email protected]',
npm WARN EBADENGINE required: { npm: '^3.0.0' },
npm WARN EBADENGINE current: { node: 'v18.15.0', npm: '9.5.0' }
npm WARN EBADENGINE }
up to date, audited 1550 packages in 2s
252 packages are looking for funding
run `npm fund` for details
6 high severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details. However, now when I run
Already put my Github token and username in the .env file |
Ok found the problem. The project is incompatible with NodeJS v18 due to an issue with OpenSSL. I downgraded NodeJS to version 16, and the problem is fixed. |
npm update got mine fixed |
Still the same error. Have you all got any fix? |
Check for outdated dependence |
@Aladdin4u thank you brother. |
Deleting package-lock.json file solved it for me. |
@abdullahnasir4 I followed the same.
After this, the package-lock.json file is recreated properly, but I still see 9 vulnerabilities. |
@aakashmanjrekar11 Can you try it with these steps.
|
@abdullahnasir4 that's what I literally said in my previous reply :) |
I'm having the same issue. After doing the roundabout process of getting Docker to work on Windows, I finally thought it would work but I'm getting the same error just using the image/docker container, which uses node v10. I'm not a web coder and I've already spent a day trying to debug - close to giving up on this repo - I might be cursed for trying to get this work on windows though. |
Npm also got my error fixed |
@Oak254 What was your fix? Can you create a PR for that |
Describe the bug
I suspected most of the dependencies are no more supported and it is difficult to fix because it complains of more than one dependencies. Attached is the screen shot of error messages
Steps to reproduce
Expected behavior
I expected it to run and display the app on localhost
Is this responsiveness Issue
No
Screenshots
Desktop
Smartphones
Additional context
No response
The text was updated successfully, but these errors were encountered: