-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
error when running npm install
in glee
#403
Comments
/gfi js |
Hey ,I would like to look into this issue |
@sambhavgupta0705 sure. 🙇 |
Hey @KhudaDad414 ,resolved some erros I think the left one are due to conflicting dev dependencies |
I am using npm version |
@sambhavgupta0705 please open A PR. we can discuss this further over there :) |
Opening it |
@KhudaDad414 I have upgraded package versions of eslint-plugin-sonarjs & typedoc |
Hi @sambhavgupta0705 , I tried upgrading the package versions to fix dependency tree error, |
@SinghiHarsh I had the same approach of upgrading the versions. |
@KhudaDad414 @sambhavgupta0705 what was the conclusion to this is it open? |
Hii @KhudaDad414 @sambhavgupta0705 if no one working on this i would like to work on this issue |
@ayushnau which version of npm are you using? |
same here, I can't reproduce the error as well I am using npm |
tested with node |
Describe the bug
After cloning glee the first step is to run
npm install
to install the dependencies.With the newer version of
npm
you will get the following error:as
npm
suggests adding--legacy-peer-deps
resolves the issue but there should be a better solution here.maybe a package needs to be upgraded? 🤔
How to Reproduce
npm i
with npm 8 or higher.Expected behavior
There shouldn't be any errors and dependencies should install.
The text was updated successfully, but these errors were encountered: