denisidoro / navi

An interactive cheatsheet tool for the command-line
Apache License 2.0
15.16k stars 505 forks source link

label:"help wanted" "Error Parsing config file: invalid type: string "config.yaml", expected struct YamlConfig Fallbacking to default one ... #921

Open robbpaulsen opened 6 days ago

robbpaulsen commented 6 days ago

Compilation versions

Environment Windows 11 WSL2 Debian

I'm having this error:

"Error parsing config file: invalid type: string "/home/user/.config/navi/config.yaml", expected struct YamlConfig Fallbacking to default one..."

What I've done so far without any succes:

cargo install --path .

make && make install

cargo install --locked navi

This is not the first time I've compiled the tool, and I had no issues before on my old linux environemnt, but it's the first time under Windows WSL2. By any chance is there some extra declarations or arguments to pass to the compiler that I've missed due to WSL2 env? or what could fix the issue?

welcome[bot] commented 6 days ago

Thanks for opening your first issue here! In case you're facing a bug, please update navi to the latest version first. Maybe the bug is already solved! :)

robbpaulsen commented 6 days ago

To my knowledge I've compiled navi to the latest version 2.23.0, and that's what navi -V throws me on screen