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
When I am building my React frontend that is using [email protected] I am getting following error [commonjs--resolver] Missing "./lib-react-cjs/lib-react-tsx/nmr/Peaks" specifier in "cheminfo-font" package
This is already fixed in the main branch but we are unfortunately not ready to make a release. Overriding the dependency is probably the only thing to do in the mean time.
@targos I just bumped into another one like that and had to override react-icons to 5.3.0. The lattes one 5.4.0 that was released just couple days ago gives me troubles when I am building frontend for production . So, I am letting you know just in case you have not spotted yet.
When I am building my React frontend that is using [email protected] I am getting following error
[commonjs--resolver] Missing "./lib-react-cjs/lib-react-tsx/nmr/Peaks" specifier in "cheminfo-font" package
[email protected] is listed as [email protected] dependency.
The error disappears if I override dependencies with [email protected]
The text was updated successfully, but these errors were encountered: