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

Configure NPM to use legacy peer deps #16

Merged
merged 1 commit into from
Dec 4, 2024
Merged

Conversation

eXistenZNL
Copy link
Member

What

When starting the project, NPM is configured to use legacy peer deps.

Why

Because we are running Next 19 which is still in beta, NPM often does not want to install the depependencies correctly. Configuring NPM to allow legacy peer deps solves this for now.

This can probably be removed again after Next 19 is released.

Copy link
Member

@rick-nu rick-nu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for another fix 💪 🚀

@rick-nu rick-nu merged commit a410320 into production Dec 4, 2024
1 check passed
@rick-nu rick-nu deleted the legacy-peer-deps branch December 4, 2024 23:20
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

Successfully merging this pull request may close these issues.

2 participants