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

Quasar CLI does NOT work with Node 15.x and NPM 7.x #8025

Closed
BenHayat opened this issue Nov 10, 2020 · 2 comments
Closed

Quasar CLI does NOT work with Node 15.x and NPM 7.x #8025

BenHayat opened this issue Nov 10, 2020 · 2 comments

Comments

@BenHayat
Copy link

Describe the bug
I had installed latest Node and NPM, and when I tried to create a NEW Quasar app, I failed due to errors related to NP registry.

To Reproduce
Install Node 15.x, npm 7.x and try to create a new Quasar app.

Expected behavior
A clear and concise description of what you expected to happen.

Platform (please complete the following information):
OS: Windows 10
Node: 15.x
NPM: 7.x
Yarn:
Browsers:
iOS:
Android:
Electron:

Additional context
Add any other context about the problem here.

@rstoenescu
Copy link
Member

It cannot work because of webpack v4. Please use Node v12.
We cannot upgrade Node because this is would be a major breaking change. However, we will upgrade webpack to v5 for Quasar v2 and "@quasar/app" v3 (with Vue 3).

@BenHayat
Copy link
Author

It cannot work because of webpack v4. Please use Node v12.
We cannot upgrade Node because this is would be a major breaking change. However, we will upgrade webpack to v5 for Quasar v2 and "@quasar/app" v3 (with Vue 3).

No problem. I just wanted to report it, so others won't use Node 15.x and npm 7.x.

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

2 participants