Emil Crull

Results 1 comments of Emil Crull

I had the same error and was able to temporarily fix it by overriding the `unenv` version in `package.json`: ```json "resolutions": { "unenv": "1.10.0" } ```