-
Notifications
You must be signed in to change notification settings - Fork 599
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
PhantomJS error after upgrading to macOS Catalina - see solution here #601
Comments
|
…date see issues aisingapore#598 and aisingapore#601 for details showing how to address the tighter security controls
Updated to readme with a link to this solution, keeping issue open for time being before closing. |
What should I do if I installed phantomjs with homebrew? |
Hi @lajennylove that should be ok. If you follow the setup steps here, the packaged zip will come with PhantomJS and TagUI will use the one that comes with it. https://tagui.readthedocs.io/en/latest/setup.html You can do the same steps here - #601 (comment) |
so followed above steps from comment 601 and also this part then run the following: what got is /usr/local/bin/tagui: line 300: php: command not found phantomjs://code/bootstrap.js:113 in __die phantomjs://code/bootstrap.js:113 in __die phantomjs://code/bootstrap.js:113 in __die phantomjs://code/bootstrap.js:113 in __die am i missing a step? iv uninstalled php8.1 and installed back php7.1 |
i was able to resolve above issue by following these steps from another thread, i can now run the sample flows from the initial installation. But i have to make sure that run this on the machine macos recently updated to monterey using m1 chip. |
After upgrading to macOS Catalina release, users may encounter a popup window saying that phantomjs is an unrecognised application downloaded from the internet. This is because Catalina release implements stricter security and access controls for applications running on macOS.
PS - PhantomJS is the execution engine for TagUI and is a critical component for TagUI to work.
I don't have a screenshot of the popup window anymore because I have fixed this on my laptop, it looks something similar to below image (for Terraform, another popular app that's also affected)
![terraform](https://user-images.githubusercontent.com/10379601/67822977-3e927900-fafc-11e9-96d4-11f170bd068d.png)
The text was updated successfully, but these errors were encountered: