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

Node build issue follow-up #366

Open
mcbouslog opened this issue Aug 9, 2022 · 0 comments
Open

Node build issue follow-up #366

mcbouslog opened this issue Aug 9, 2022 · 0 comments
Labels
dependencies Pull requests that update a dependency file

Comments

@mcbouslog
Copy link
Contributor

Node versions 16.15 and higher have stricter peer dependency requirements than previous versions of Node, causing build errors. PR #365 sets the builds Node to v16.14 to get builds to work, but there are other more preferable long-term solutions, including:

  • (most preferable) updating or removing dependencies to comply with Node v16.15 and above
  • (less preferable, but improvement) adding the --legacy-peer-deps flag to allow newer Node versions without having to clear out and update dependencies
@mcbouslog mcbouslog added the dependencies Pull requests that update a dependency file label Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant