You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
--legacy-peer-deps
flag to allow newer Node versions without having to clear out and update dependenciesThe text was updated successfully, but these errors were encountered: