Hi Chris, without a package-lock.json the package.json is going to be resolved everytime. Currently the dependencies cannot be resolved due to some upstream conflict.
If you provide a package-lock.json this should work also in the future. Nevertheless, you should enable dependabot security updates, to address potential risks in the future. Götz ________________________________ From: Christofer Dutz <christofer.d...@c-ware.de> Sent: Monday, April 29, 2024 09:30 To: dev@plc4x.apache.org <dev@plc4x.apache.org> Subject: Remove the UI from the plc4x-extras repo? Hi all, So, it seems in the Node world you need to keep updating dependencies as older versions seem to be removed. Unfortunately, I’m a total opponent of using the normal “latest” concept people in the node world seem to be using. Therefore, someone needs to constantly update the node dependencies. I’m not going to be doing that. So, for now, I’ll disable the UI in the extras build, but I think we should either work on the UI or delete it. Chris