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
If optional dependencies are disabled, then it turns out that esbuild's backup installer script fails to download esbuild from the correct location after the scoped package change. It's trying to download from here:
If optional dependencies are disabled, then it turns out that esbuild's backup installer script fails to download esbuild from the correct location after the scoped package change. It's trying to download from here:
But it should be trying to download from here instead:
The text was updated successfully, but these errors were encountered: