-
Notifications
You must be signed in to change notification settings - Fork 12
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
elm-make: ‘The system cannot find the file specified’ on Windows #12
Comments
I installed Elm Language Support on a new computer yesterday and had this error as well. I'm unsure whether it's exactly the same problem because the computer was a Mac, but I determined it was because I didn't have Elm installed globally. This package relies on global npm packages (Elm, elm-oracle, elm-format) in order to fully-function. It would be nice if we could rely on local npm packages, though I'm not sure what that would take to support 🙏 |
@bholtbholt Definitely a different issue. I've opened #38 to track this request. |
Thanks Kevin, spent almost more than two hours trying to figure this out. This was really frustrating. Hope it gets resolved soon, but am making do with |
For elm-format you would need to edit the user settings and change "elm_format_binary" to "elm-format.cmd" |
on windows there is no elm-make command if you install elm with Windows — installer |
@20iahazban Are you using Elm 0.19, and if so have you upgraded to the beta version of the package that supports Elm 0.19? See the instructions in the README file for this repo. |
From deadfoxygrandpa#113:
The text was updated successfully, but these errors were encountered: