-
Notifications
You must be signed in to change notification settings - Fork 85
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
UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'message' of undefined at handleError #531
Comments
Did you installed Qt from links in this page? If so you should have qmake and be able to add it in your PATH (as mentioned at the end of the doc) |
Yes, I installed Qt 5.11.2 but there's no There's one in Here's the result of
|
Facing the same (or similar I think) issue - did you find any solution to this? In my case at:
I have Qt installed and qmake is at the expected path |
@baarkerlounger, current code not checked on Ubuntu yet, so don't have a quick answer |
@vkjr this is on Mac OS Catalina with Qt5.15.0 installed via Brew |
@baarkerlounger, didn't encounter such problem with QPainterPath. I would suggest you to try Qt 5.12 as suggested by docs. |
@vkjr yep can confirm this error does not occur (in my case at least) on 5.12.2. Should I open a new ticket to support latest version of Qt? |
@baarkerlounger, yes feel free to open it. |
Environment
Run
react-native info
in your terminal and paste its contents here.Description
I'm trying to run the app on an Ubuntu machine. Followed the steps here though can't find the
qmake
file.When running
react-native run-desktop
I'd getcmake
errors that certain packages were missing like:Solved by installing each one separately (Also mentioned here #454):
But still can't run it:
Help?
The text was updated successfully, but these errors were encountered: