Skip to content
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

Support people who installed Elm through npm without the -g flag? #47

Open
ento opened this issue Oct 16, 2016 · 2 comments
Open

Support people who installed Elm through npm without the -g flag? #47

ento opened this issue Oct 16, 2016 · 2 comments

Comments

@ento
Copy link
Member

ento commented Oct 16, 2016

Elm commands need to be prefixed with ./node_modules/.bin if you didn't install Elm globally.

  • Introduction.md: ./node_modules/.bin/elm-repl
  • Getting Started.md: PATH=./node_modules/.bin:$PATH node_modules/.bin/elm-repl

(or do export PATH=path/to/node_modules/.bin:$PATH before working on stuff)

options

@raorao
Copy link
Member

raorao commented Oct 17, 2016

I worry about this tutorial being in the business of debugging common issues — there are a lot of things that can go wrong. That said, I like the idea of a troubleshooting guide, just want to make sure there isn't scope creep.

Tagging this as an enhancement

@verythorough
Copy link
Contributor

Using RailsBridge as a model, their InstallFest documentation is fantastic. Very well organized, with detailed, platform-specific instructions, and troubleshooting tips for seemingly every possible issue. I think this would be a great eventual target for handling such issues.

@avh4 avh4 removed the enhancement label Mar 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants