We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This causes issues on MacOS/Linux etc:
> ./node_modules/.bin/antlr4ts env: node\r: No such file or directory
The text was updated successfully, but these errors were encountered:
Assuming antlr4ts-cli is being published from Windows, likely related to npm/npm#12371.
antlr4ts-cli
Sorry, something went wrong.
Having this error as well. For now, I think we will just have to build from source ourselves.
EDIT: That doesn't work, either.
@carlansley Thanks for identifying this and taking the time to file a bug. I'll get right on it!
Fix the antlr4ts script for use on Linux systems
744bdc3
Mark the file as executable, and force the line endings to LF (even when cloned on Windows). Fixes tunnelvisionlabs#250
sharwell
No branches or pull requests
This causes issues on MacOS/Linux etc:
The text was updated successfully, but these errors were encountered: