-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
"npm start" tries to execute "palemoon" throwing an error #9225
Comments
hi @leonardopaffi |
first error missing script : start |
hi @ShahrozTanveer
|
@leonardopaffi please provide debug logs |
Is palemoon listed as your default browser? What happens if you do |
@eddiemonge
|
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue. |
I encounter the same issue but with
|
@hieulw you are a life saver thanks a lot |
Same was in my manjaro os with firefox, fixed it by export BROWSER=/usr/bin/firefox-developer-edition |
It didn't happened to me before even after uninstalling Firefox, but It randomly just appeared in my console after trying to run start with yarn. I am currently using Microsoft Edge and I tried @hieulw method, and it worked pretty well. Thank you! |
Exactly, that's because Manjaro comes pre-installed with Firefox by default and as default browser |
Describe the bug
npm start
tries to open palemoon by default on Linux, even if it's not installed.Did you try recovering your dependencies?
Yes
Which terms did you search for in User Guide?
Nothing found in /docs/troubleshooting
Environment
Steps to reproduce
(Write your steps here:)
Expected behavior
Running the app in dev mode inside Firefox connecting to http://localhost:3000/
Actual behavior
Reproducible demo
TicTacToe tutorial
The text was updated successfully, but these errors were encountered: