-
-
Notifications
You must be signed in to change notification settings - Fork 6
Error when running npm run dev or npm run build #3
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
Comments
I'm debugging this now with several users. Seems to be an issue affecting those using Node higher than v14.6.0. Could you try this, please? |
I tried it. It did not work, maybe because the stater project is using webpack? |
Oh wait i modified the wrong package.json. i will try again |
It did not work. I got the same error. |
I could try downgrading node with nvm. Should i do that? |
@n3ir As mentioned in the linked issue, downgrading Node won't work – your best option until I have a moment to republish the package is to try downgrading through each different version of The last versions are:
|
Should be fixed in version
Try the following: npm install --save "@nodegui/[email protected]" |
I get this error when trying to run npm run dev or npm run build in the starter project:
Does anyone know how to fix this?
The text was updated successfully, but these errors were encountered: