Open FRosner opened 7 months ago
@emilhe is this something I can fix somehow? Maybe some -
/_
mix-up I can address?
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.
Any idea @emilhe?
Hi! When I set
serve_locally=False
in my dash app that relies on dash-extensions, it fails withCannot find package dash_extensions@1.0.14
when trying to fetch https://unpkg.com/dash_extensions@1.0.14/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
: