Elí Maciel
Elí Maciel
I have the same problem, but apart from the fact that warp does not update, now no package can be updated or installed After the failed `Click on "Update Warp"...
In my case I need transform the exports ```ts export * from "./classes/Client.ts"; export * from "./classes/User.ts"; ``` to ```js export * from "./classes/Client.js"; export * from "./classes/User.js"; ``` but...
As long as the dependencies have the `^`, minor or patch updates will have no effect.
To show it in the UI, I think it would be good to disable the button and use a tooltip with a 500ms delay to show the reason like a......