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
The install instructions do indeed mention that you should add the library using only: :dev, runtime: false.
However if you fail to add the dependency just like that you get an error, but only when trying to run your app in the :prod environment (because Mix isn't available).
I'd love it if the README.md could be more explicit about this issue, because it's one of those things that aren't immediately obvious (at least not to me).
The text was updated successfully, but these errors were encountered:
The install instructions do indeed mention that you should add the library using
only: :dev, runtime: false
.However if you fail to add the dependency just like that you get an error, but only when trying to run your app in the
:prod
environment (because Mix isn't available).I'd love it if the README.md could be more explicit about this issue, because it's one of those things that aren't immediately obvious (at least not to me).
The text was updated successfully, but these errors were encountered: