-
Notifications
You must be signed in to change notification settings - Fork 1
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
Linux executable missing JSONStream #6
Comments
You're not using the latest v1.5 if it's throwing any error for The Yes, the source version is a bit broken because I modified the way "PullConverter" works (because it no longer downloads anything per 1.5.7) and haven't properly mirrored the changes in this repository. I will properly update this repo with the source of v1.5.7 when the reason I didn't release the code in the first place has passed, so please bear with me until then. To reiterate: Please download the latest |
Ah, I think I may have cloned the project after my initial attempt didn't work, and then when I was writing up I had my order mixed up. I assumed that the source would have the latest version, my bad. With a fresh download, 1.5.7 is missing JSONStream:
Installing it (in the same dir as the binary) does make it work, though:
Nice! I've amended my original issue |
Upon running the released Linux executable (v1.5 at the time of writing, no arguments), I get a
Error: Cannot find module 'JSONStream'
.After installing JSONStream in the same dir with
npm install JSONStream
, it works as expected.The text was updated successfully, but these errors were encountered: