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

fix: ERROR Cannot read properties of undefined (reading 'sys') #98

Closed
khattaksd opened this issue Oct 11, 2023 · 2 comments
Closed

fix: ERROR Cannot read properties of undefined (reading 'sys') #98

khattaksd opened this issue Oct 11, 2023 · 2 comments
Labels
c: bug 🐞 Something isn't working s: pending triage Pending Triage

Comments

@khattaksd
Copy link

🐞 The bug

Getting errors on startup

ERROR Cannot read properties of undefined (reading 'sys')

Reproducible is stackblitz https://stackblitz.com/edit/nuxt-starter-z63dhn?file=package.json

πŸ› οΈ To reproduce

https://stackblitz.com/edit/nuxt-starter-z63dhn?file=package.json

🌈 Expected behavior

nuxt app should start without errors

ℹ️ Additional context

No response

@khattaksd khattaksd added c: bug 🐞 Something isn't working s: pending triage Pending Triage labels Oct 11, 2023
@phojie
Copy link
Member

phojie commented Oct 13, 2023

Hello @khattaksd,

You did not install Typescript as your dependency,
Just install typescript and you're good to go ✨,

npm i typescript -D

please ping me if it does not solve the issue. thanks!

@phojie
Copy link
Member

phojie commented Oct 13, 2023

You can refer to or use this starter template I made for UnaUI https://github.com/una-ui/starter.

@phojie phojie closed this as completed Oct 13, 2023
@phojie phojie pinned this issue Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: bug 🐞 Something isn't working s: pending triage Pending Triage
Projects
None yet
Development

No branches or pull requests

2 participants