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

Resolve peer dependencies when running npm install #2749

Open
scallaway opened this issue Feb 28, 2025 · 0 comments
Open

Resolve peer dependencies when running npm install #2749

scallaway opened this issue Feb 28, 2025 · 0 comments

Comments

@scallaway
Copy link
Contributor

📌 Task summary

Resolve Frontend peer dependencies

📋 Task details

Didn't think this classed as a bug since it's not user-facing, but spotted this when I cloned the repo the other day to work on a different bug.

If you try and run npm install in /frontend, you're met with a wash of NPM errors in the console complaining about unresolvable peer dependencies.

You are able to get around this by running npm install -f, but that doesn't feel like a very long-term solution (and isn't very accessible for other devs).

Solving this would make the path to getting a local dev environment setup for the repository much nicer.

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