Closed z3tsubouou closed 1 year ago
can you retest with latest stable 0.1.2 or latest master (not 0.1.1) because we've rewritten our mapping code and that fixed quite a lot of edge case bugs. The error lines also point to source code that no longer exists.
Maybe that solves your problem. Still thanks for reporting :)
I have updated to the 0.1.2 version and this error is still occurring. I think the code is broking because of the "cross-env" word.
Maybe this is a Neovim error because this error occurred when I opened the file using only Neovim.
@z3tsubouou that's pretty unlikely... you were able to replicate this using the minimal config? I just tried and it works just fine for me.
I found a real cause. Cross-env package was in both dependencies and devDependencies section and causing this error. Once I removed one line everything was working smoothly.
"dependencies": {
"cross-env": "^7.0.3",
},
"devDependencies": {
"cross-env": "^7.0.3",
},
This is another package bug thank you all. :)
Description
I was messing around Shopify project and opened package.json everything was right until I tried to open another file then the below error showed up.
Neovim version
Operating system and version
macOS Ventura 13.4
Telescope version / branch / rev
telescope 1.1
checkhealth telescope
Steps to reproduce
Expected behavior
open file
Actual behavior
Minimal config