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
It appears to be a bug in esm.sh. It fails on this call (e is not nil) in /server/build.go. It should resolve to something like version "[email protected]" as it would satisfy the dependency. If you monkeypath build.go and set version = "0.139.2", the call succeeds in resolving the package.
p, submodule, _, e:=getPackageInfo(task.wd, name, version) // version is ">= 0.107.0 < 0.140.0" name is "three"
https://esm.sh/postprocessing
Failing module
GitHub: https://github.com/pmndrs/postprocessing
npm:postprocessing
esm.sh version: 74
The text was updated successfully, but these errors were encountered: