intlify / intlify/nuxt3

Package fails on last version of Nuxt3

Open
#24 0 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.