Hello,
since today morning, i always get the “Fail to load plugin NPM” Message. Anyone else? The problem is i deployed the App, and now a lot of things are broken that used lodAsh and luxon…
Thanks for any help
Hello,
since today morning, i always get the “Fail to load plugin NPM” Message. Anyone else? The problem is i deployed the App, and now a lot of things are broken that used lodAsh and luxon…
Thanks for any help
There is a few threads of people having the same issue as you on the forum. I’d probably report this at support.weweb.io
I’m experiencing the same issue.
I heavily rely on numerous Lodash functions, all of which are now broken. I’m in the process of replacing them all with native JavaScript alternatives. In the editor, I could see the function results (like [{obj},{obj},{obj}]
), but they weren’t rendering properly. Importantly, this issue has also affected my live application.
The “not available on UNPKG” message likely explains the problem, but I’m wondering why this suddenly occurred? Was there a change in how external dependencies are managed?
I’ve looked into this further and found several issues related to UNPKG that might explain our problem:
These reports show that UNPKG has been experiencing some service problems recently. Unfortunately, we can’t easily migrate to jsDelivr with the current NPM plugin implementation, which leaves us in a difficult position.