You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was recently updating my Neorg config from V7.0.0 to the latest. Which all went smoothly until I went to run: Neorg sync-parsers and I was met with this funky error message.
Mainly starting here because I have yet to run into any issues with nvim-treesitter itself when install other parsers.
I can resolve it by just running :set shell=cmd.exe before I run :Neorg sync-parsers
I am just curious if anyone else uses NuShell and has experienced this and made it work without having to change the shell.
^[[31mnu::shell::file_not_found^[[0m
^[[31m×^[[0m File not found
╭─[^[[36;1;4msource^[[0m:1:1]
^[[2m1^[[0m │ nu
· ^[[35;1m▲^[[0m
· ^[[35;1m╰── ^[[35;1mCould not access file '/s': The system cannot find the file specified. (os error 2)^[[0m^[[0m
╰────
{
cmd = "cmd",
opts = {
args = { "/C", "if", "exist", "C:\\Users\\bwilliams\\AppData\\Local\\nvim-data\\tree-sitter-norg", "rmdir", "/s", "/q", "C:\\Users\\bwilliams\\AppData\\Local\\nvim-data\\tree-sitter-norg" }
}
}
Error: ^[[31mnu::shell::file_not_found^[[0m
^[[31m×^[[0m File not found
╭─[^[[36;1;4msource^[[0m:1:1]
^[[2m1^[[0m │ nu
· ^[[35;1m▲^[[0m
· ^[[35;1m╰── ^[[35;1mCould not access file '/s': The system cannot find the file specified. (os error 2)^[[0m^[[0m
╰────
{
cmd = "cmd",
opts = {
args = { "/C", "if", "exist", "C:\\Users\\bwilliams\\AppData\\Local\\nvim-data\\tree-sitter-norg_meta", "rmdir", "/s", "/q", "C:\\Users\\bwilliams\\AppData\\Local\\nvim-data\\tree-sitter-norg_meta" }
}
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I was recently updating my Neorg config from V7.0.0 to the latest. Which all went smoothly until I went to run:
Neorg sync-parsers
and I was met with this funky error message.Mainly starting here because I have yet to run into any issues with
nvim-treesitter
itself when install other parsers.I can resolve it by just running
:set shell=cmd.exe
before I run:Neorg sync-parsers
I am just curious if anyone else uses NuShell and has experienced this and made it work without having to change the shell.
Beta Was this translation helpful? Give feedback.
All reactions