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

typescript dependency in @quasar/app #11658

Open
iliubinskii opened this issue Dec 13, 2021 · 0 comments
Open

typescript dependency in @quasar/app #11658

iliubinskii opened this issue Dec 13, 2021 · 0 comments

Comments

@iliubinskii
Copy link

Is your feature request related to a problem? Please describe.

@quasar/app uses strict peer dependency:

"typescript": "4.4.2"

This leads to double install of typescript because other packages have "typescript": "^4.4.3" or "typescript": "^4.4.4" dependency.

This leads to the situation when I see no error in VSCode editor, but get error when starting quasar dev app.

Describe the solution you'd like

Use "typescript": "^4.4.2" or at least "typescript": "~4.4.2" dependency.

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

No branches or pull requests

1 participant