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
I believe that the reason you face this issue is that the npm package is currently not published correctly. I would like to look into this at some point, but I haven't had the time yet. If you are able to correct the setup, I would be happy to look at a PR :)
I believe that the reason you face this issue is that the npm package is currently not published correctly.
Do you think so @emilhe? From what I can tell dash-extensions should be the correct name? I think the reason could be that the python module is dash_extensions, while the package is called dash-extensions. Would you be fine to rename the npm package to dash_extensions? Not sure if there is another way to fix that.
Hi! When I set
serve_locally=False
in my dash app that relies on dash-extensions, it fails withCannot find package [email protected]
when trying to fetch https://unpkg.com/[email protected]/dash_extensions/dash_extensions.min.js. I can see that https://www.npmjs.com/package/dash-extensions exists. Is that the correct repo? If yes, why is it looking for_
and not-
?How can I make this work? :)
My
poetry.lock
:The text was updated successfully, but these errors were encountered: