elm-lang / elm-repl

A REPL for Elm
BSD 3-Clause "New" or "Revised" License
170 stars 34 forks source link

Error: You are using Elm 0.17.1, but this project is saying it needs a version in this range: 0.16.0 <= v < 0.17.0 #129

Closed chenxsan closed 7 years ago

chenxsan commented 7 years ago

I'm running 1 / 2 in elm-repl, but got this error:

screen shot 2016-10-17 at 11 04 22 am

Already have the latest Elm installed on my macOS. Any idea?

process-bot commented 7 years ago

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

chenxsan commented 7 years ago

Found that there's a elm-package.json file under my home directory which caused the error. Sorry.