-
Notifications
You must be signed in to change notification settings - Fork 27
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
Cannot find elm-make from npm install #48
Comments
Ah I forgot I replaced that with a The issue was Elm Make (or anything else depending on this hack) expanded
Even though it works as designed it shouldn't degrade DX (dev exp). Thanks @rtfeldman CC @deadfoxygrandpa. |
Do you mean reverting back to my hacky way to fix the build command? If so, I'm ok with doing that even though it feels less elegant. |
👍 I'll revisit next beta. @rtfeldman Workaround in the meantime is |
Gotcha, thanks! +1 to reverting for the next round...at least in my experience, that approach worked fine. |
For what it's worth, I tried setting |
Going through a move but high on my list!! |
@rtfeldman Just got finished with moving and new job stuff. Are you still interested in this? I can help finish the PR through but I've fully transitioned stacks (including editors) and think @deadfoxygrandpa has lost momentum too. Would you ask around for interested contributors? |
@rtfeldman Are you still experiencing this? |
I still get this on the beta:
|
@rtfeldman I'm creating a new way to distribute beta versions, by adding a custom repository to Package Control which overrides the normal Elm Language Support package to point at the beta branch instead. It should fix some of these beta-only issues. Right now the public release is ahead of the previous beta release, but once I have a new beta version ready I'll let you know. |
Awesome, please do! :D On Fri, Dec 25, 2015, 1:00 AM Alex Neslusan [email protected]
|
I'm having a similar issue today. npm installed elm, and am getting the "[Errno 2] No such file or directory: 'elm-make'" error on a build. I have updated my user preferences to include the path to the elm bins (elm-oracle and elm-format are working), but elm-make is not... Any tips? |
Just tried the beta and got:
This makes sense, considering it was only looking in
/usr/bin:/bin:/usr/sbin:/sbin
and given:It would appear https://github.com/deadfoxygrandpa/Elm.tmLanguage/blob/master/Build%20Systems/Elm%20Make.sublime-build#L18-L21 is being ignored somehow?
The text was updated successfully, but these errors were encountered: