-
Notifications
You must be signed in to change notification settings - Fork 212
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 executing retype watch #250
Comments
Do you have any other information like Node JS version? |
I have nodejs version 16.13.1 |
I have just tested with Node 16.13.2 and it works on mac. The file it points "syntax error" is a binary/executable file, it seems for some reason you host is interpreting it as a script. Can you share more system specs and the exact steps you followed to install retype on your end? The command
For Retype version 1.11.2. Did it work in the past and stopped working at some point, or is this your initial installation? |
Termux, I use that in my android phone... It doesn't seem you're using a mac, linux or windows system. Because your chroot jail informs to Node a macos system under x64 architecture, retype tries to run as if under that platform, but by what you provided I cannot tell where you are trying to run this from? By your screenshot screen ratio it really looks like a phone though. |
In the terminal termux I am using: proot-distro login ubuntu |
I still haven't been able to use Retypeapp, and I still get that error |
What system, OS and architecture/processor you're trying to run retype from?
What doesn't add up to me is that your system informs it is a mac x64, but it is not clear why do you use termux on a mac PC; besides your screenshot suggests you are running it from a phone. Retype is supported where .NET application is supported, that is: Linux, Windows and Mac OS. Custom builds of .NET should allow Retype to run in other systems via its NuGet package. This means installing the |
Looking a bit about And it looks like it has trouble handling .NET runtime, according to dotnet/runtime#13648. Retype runs on top of .NET 5 runtime environment. |
I am facing this issue too!
Any help will be appreciated! |
Retype NPM package is not compatible with the arm64 architecture. It works on linux/debian as long as it is in an x64-64 arch. This is a limitation from our upstream requirement -- .NET 5. If you can get .NET 5 or 6 installed on your Debian arm64 image (install the Otherwise, switching to an AMD/Intel x86-64 architecture should allow you to install and run the NPM package. |
Thanks! I have made it work now on arm.
See also |
Way to go! That's a pity that .NET 5 didn't make stock builds for such distros, it becomes hard to maintain if the upstream does not support the platform. Glad we have the NuGet package to aid. |
Good afternoon, I am running retype watch and I get the following error:
The text was updated successfully, but these errors were encountered: