-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error while building types #774
Comments
Hey @ryderwishart , sorry for the trouble. This is a known issue with ts-node right now. It's mentioned in our troubleshooting guide on the wiki. One thing to note about Macs is that the platform will run overall, but the .NET process won't do much for you yet. If you're on Discord, I know you can ask @jolierabideau for tips as she also has been doing dev work on her Mac. |
I was able to start the app, thanks @tjcouch-sil for the quick fix!!
@lyonsil, can you help me understand this better? I don't have any context or idea of what this means, except that I can see that the app is failing to parse John 11:35 apparently (unless that's just some default content in there at the moment and it's not actually trying to parse anything). |
@ryderwishart The .NET process is our way of getting to Paratext resources. Those resources are currently the only way to get scripture data in the platform. If you want to read all the low level details about what problems we're having see #264 . At a high level, Unicode (ICU) libraries on macOS are not the same as what we have on Linux and Windows. A part-time volunteer who is familiar with development on Macs is working on the problem. Until the issue is resolved, everything except scripture access should be working, but that is obviously a big hole. If you have some straightforward APIs or other ways of getting scripture data, then perhaps this isn't a big blocker for you. As a desktop application for translators who are working on local projects, we know this has to be resolved if they are going to be able to use Macs. For developers, though, there are other ways around this if you have other APIs you're using. If you'd like to talk about this in more detail please feel free to reach out on Discord or email and we can have a longer discussion or video chat. |
To Reproduce
Steps to reproduce the behavior:
npm i
npm run build:types
I'm running on a Mac M1.
The text was updated successfully, but these errors were encountered: