You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Elm commands need to be prefixed with
./node_modules/.bin
if you didn't install Elm globally../node_modules/.bin/elm-repl
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
The text was updated successfully, but these errors were encountered: