When running npm run start on an ejected Create React App app, several minutes pass with it just sitting on Starting the development server... before finally displaying:
/path/to/scripts/utils/chrome.applescript:81:99: execution error: Google Chrome Canary got an
(not a typo, the message cuts off there).
Despite this warning message, the build does compile successfully, it just doesn't open in-browser.
I realize I may have voided my warranty by ejecting, and this isn't a high priority issue anyway. For anyone else encountering it, you can circumvent the lengthy timeout process by erasing the code in chrome.applescript; you'll lose the auto-open functionality, but that's not a big deal.
When running
npm run starton an ejected Create React App app, several minutes pass with it just sitting onStarting the development server...before finally displaying:(not a typo, the message cuts off there).
Despite this warning message, the build does compile successfully, it just doesn't open in-browser.
I realize I may have voided my warranty by ejecting, and this isn't a high priority issue anyway. For anyone else encountering it, you can circumvent the lengthy timeout process by erasing the code in
chrome.applescript; you'll lose the auto-open functionality, but that's not a big deal.