-
Notifications
You must be signed in to change notification settings - Fork 136
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
Error when running yarn dev #38
Comments
@justinjacobsumaya8 this is going through a massive overhaul of new features, adding auth, dark mode, etc. By Monday I should have this stuff buttoned up and the readme updated with a ton of new stuff. apologies for the mess until then! Appreciate the feedback! |
Ah okay please let me know. I'd really love to use your boilerplate. More power to you! |
The same problem. |
Sorry guys - right in the middle of supporting nuxt3 and nuxt-bridge in the stack, if you want please grab a version from the 16th of september or older and that will match the readme - once the nuxt3/bridge support is done i'll update the readme and close this issue |
Visiting this as its a bit stale @arasjuska @justinjacobsumaya8 let me know if things are 👍 for v2 and v3 |
I've followed the steps to install and run "yarn dev", but shows this error below. Please help:
ERROR ERROR in client/components/header/HeaderUser.vue:9:7 20:31:13
TS2451: Cannot redeclare block-scoped variable 'ctx'.
7 |
8 | <script lang="ts" setup>
ERROR in client/components/header/ModalLogin.vue:75:7
TS2451: Cannot redeclare block-scoped variable 'ctx'.
73 | const emit = defineEmits(['off'])
74 |
The text was updated successfully, but these errors were encountered: