Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package fails on last version of Nuxt3 #24

Open
jbmolle opened this issue Nov 9, 2021 · 0 comments
Open

Package fails on last version of Nuxt3 #24

jbmolle opened this issue Nov 9, 2021 · 0 comments

Comments

@jbmolle
Copy link

jbmolle commented Nov 9, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant