-
-
Notifications
You must be signed in to change notification settings - Fork 8
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 during "tree-sitter generate" #70
Comments
This fix works for me too. Maybe a pull request would be in order. |
Hi all, sorry for the delay and the inconvenience this has caused. This was due to the ESLint's recent migration from commonJS to ES module! Please pull the new commit and it should work fine now :). |
@EmranMR have you tried your fix? It won't install. This is the error for me:
|
@cdarken Mmm you are right, let me give it another shot, the issue is if I remove It should work again this time for sure! 😅. |
Thanks for the fix - confirmed it's working now again 🙇 |
I've been following #19 to set up this project in NeoVim. However, when running
:TSInstall blade
, I'm getting the following error:Looking at recent changes, seems that 5eae5e1 might have caused this? Removing
type: module
frompackage.json
indeed allowed me to install it successfully (https://github.com/klimeryk/tree-sitter-blade/commit/6d0cb7902db63daf694dd2c74a8e1da772114feb). But I'm not sure if that's the ideal fix, depending on if you do want it as ES module or not.The text was updated successfully, but these errors were encountered: