Commit 931ad9e
committed
fix(cli): Fix crash when installed via yarn
`create-elm-app` crashed out-of-the-box after installing with `yarn
global add create-elm-app`, at least on yarn 0.19.1. This was due to the
fact that yarn had installed the `elm` package alongside
`create-elm-app` rather than in the expected
`create-elm-app/node_modules`.
Fixes #901 parent 94fca16 commit 931ad9e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments