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

Eliminate the need to use npm install --legacy-peer-deps to run the app or tests #1418

Closed
palisadoes opened this issue Jan 10, 2024 · 6 comments
Assignees
Labels
documentation Improvements or additions to documentation feature request

Comments

@palisadoes
Copy link
Contributor

Is your feature request related to a problem? Please describe.

There are several places in our documentation where we mention the need to use the command:

npm install --legacy-peer-deps

We want to only use the latest code and the use of this command does not meet this goal.

Describe the solution you'd like

  1. Verify whether the use of this command is still necessary
  2. If so, upgrade any packages and take any other action to eliminate the need while not affecting any code functionality
  3. When the investigation and remediation is complete, remove all references to the command from our documentation

Describe alternatives you've considered

  • N/A

Approach to be followed (optional)

  • See above

Additional context

  • Examples of documentation

image

Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship

@github-actions github-actions bot added documentation Improvements or additions to documentation unapproved labels Jan 10, 2024
@PoulavBhowmick03
Copy link

I would like to work on this. Please assign it to me

Copy link

This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue.

@github-actions github-actions bot added the no-issue-activity No issue activity label Jan 21, 2024
@palisadoes
Copy link
Contributor Author

unassigning due to inactivity

@github-actions github-actions bot removed the no-issue-activity No issue activity label Jan 22, 2024
@adi790uu
Copy link
Contributor

Hey @palisadoes would like to solve this.

@adi790uu
Copy link
Contributor

hey @palisadoes I am getting npm depracation warnings, I have used npm audit fix which has removed some vulnerabilites but there 21 vulnerablities still remaining changing, auditing those can be a breaking change.How should I proceed?

@palisadoes
Copy link
Contributor Author

The scope of this issue is to Eliminate the need to use npm install --legacy-peer-deps by updating the package.json file, not to eliminate deprecation warnings. That will need to be fixed another issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature request
Projects
None yet
Development

No branches or pull requests

4 participants