Quire preview errors #283
-
Hello - Getting the following errors and am unable to use the preview command. Any thoughts? I am running macOS Monterey. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Hi @stephaniepaz03, I noticed in your output pdf shows you're using Node.js version |
Beta Was this translation helpful? Give feedback.
-
Hi @stephaniepaz03 I believe the issue may be that the Monterey update removed Python 2 and so it needs to be reinstalled. Follow this link to install Python 2: https://www.python.org/downloads/release/python-2718/. Click the "macOS 64-bit installer" and follow the prompts. Then navigate to Stephanie as @daniel-keller suggests you should also make sure you are on the correct version of node which can be found here: https://nodejs.org/download/release/v14.18.1/node-v14.18.1.pkg. Please let me know if this resolves the issue and I will update the Quire documentation accordingly. |
Beta Was this translation helpful? Give feedback.
-
Hi @stephaniepaz03 - @daniel-keller is right, it looks like there is an issue with XCode. Let us know if any of the suggestions Daniel made end up working for you. (Thank you for all the assistance @daniel-keller!!) Once you have done that please try following these steps again: Navigate to |
Beta Was this translation helpful? Give feedback.
Hi @stephaniepaz03 - @daniel-keller is right, it looks like there is an issue with XCode. Let us know if any of the suggestions Daniel made end up working for you. (Thank you for all the assistance @daniel-keller!!)
Once you have done that please try following these steps again: Navigate to
themes/default
folder in your new project, delete thenode_modules
folder, then runquire install
followed byquire preview
. You should not need to reinstall Quire itself or run thesudo chown
command.