node-pty-prebuilt
node-pty-prebuilt copied to clipboard
i got an error on aarch64
Hey there, from a fellow user. =)
If you look at https://github.com/daviwil/node-pty-prebuilt/releases/tag/v0.7.6 you will see there are no binaries with support for arm64
Which is what your error really indicates, in fact, I cant see ever one release of node-pty-prebuilt with any arm64
binaries, so it would seem you need to build this yourself for your arm64
architecture...
OK thank you!