-
-
Notifications
You must be signed in to change notification settings - Fork 483
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
Nuxt layer start error #1740
Comments
Sandbox for reproduction (still need to install |
Thank you for your reporting! We need reproduction github repo or stackbliz. Could you give us it, please? |
Reproduction repo: https://stackblitz.com/edit/github-5n4ebb?file=nuxt.config.ts |
Thanks! I'll fix this issue! |
Hi! Thanks! |
That fixed will be included on v8.0.0-beta.8 soon. |
hope it can be faster 🙏🙏🙏 |
Environment
RootDir: /app 15:43:11
Nuxt project info: 15:43:11
Linux
v18.12.1
3.0.0
1.0.0
yarn@3.3.0
vite
srcDir
,css
,build
,sourcemap
,typescript
,vite
,imports
,modules
,i18n
,nitro
@nuxtjs/i18n@8.0.0-beta.7
,@pinia/nuxt@0.4.6
,@vueuse/nuxt@9.6.0
-
Reproduction
I just run
npx nuxi init --template layer nuxt-layer
, add@nuxtjs/i18n@8.0.0-beta.7
module and runyarn dev
Describe the bug
There will be bug in resolution of
@intlify/vue-router-bridge
.Additional context
I found workaround by create symlink
ln -s <projectRoot>/node_modules/ <projectRoot>/.playground/node_modules
.Logs
The text was updated successfully, but these errors were encountered: