today I wanted to get back into Elm but unfortunately I have a problem with my installation. I’m using VSCode + Elm extension.
The problem is the following:
ENOENT: no such file or directory, open 'some_path\elm\packages\elm\browser\1.0.2\elm.json'
It seems that the language server wants to parse this file but the path is wrong. The correct path is:
Hello! Sorry for the late response. Yes I’m using the current Elm extension. So I got it working on Linux. Right now I’ve deleted the elm installation on Windows and I check if there are any remaining files. At least it runs on my main distro atm.