Package fails on last version of Nuxt3
Open
- Dominant language
- TypeScript
- Stars
- 204
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Hi @kazupon
The package fails on last version of Nuxt3.
Actually Nuxt updated the package std-env to version 3.0.0 a few days back and since then your package throws the following error:
import { provider, isWindows } from 'std-env';
^^^^^^^^^
SyntaxError: Named export 'isWindows' not found
You actually need to update the version of nuxt-kit in nuxt3 package package.json
Either "@nuxt/kit": "latest",
Or "@nuxt/kit": "npm:@nuxt/kit-edge@latest"
Thanks
JB
Contributor guide
Assessment
This issue has not been assessed yet.