Field 'browser' doesn't contain a valid alias configuration #2223
-
We keep all dependencies for our projects in our installable package. It contains all the packages necessary for typical projects, including zustand. After upgrading some dependencies
to
We have the error while building the project with new deps adding zustand directly to the project solves this problem momentarily, but this does not suit us - we need all the dependencies necessary for react projects to arrive in our package. I suspect that the problem is probably related to #2170 in [v4.4.6] |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
That's interesting. I'm not sure what we can do. Just to confirm, can you revert |
Beta Was this translation helpful? Give feedback.
-
solved! the problem lay in node_modules: for some reason, zustand was not installed when installing the package in which it was specified in dependencies After removing node_modules, yarn.lock and reinstalling all dependencies - zustand appeared in node_modules |
Beta Was this translation helpful? Give feedback.
solved!
the problem lay in node_modules: for some reason, zustand was not installed when installing the package in which it was specified in dependencies
After removing node_modules, yarn.lock and reinstalling all dependencies - zustand appeared in node_modules