elm-lang / elm-make

A build tool for Elm projects
BSD 3-Clause "New" or "Revised" License
175 stars 45 forks source link

Elm-make reports "no store" #112

Closed lijunle closed 7 years ago

lijunle commented 7 years ago

Hi, I am using Elm on Azure Web App. The deployment is failing.

I log onto the Web App console, install Elm from npm. elm make reports "no store" without any more information.

In elm repl, after I type one statement and press enter, it shows "elm-make: no store".

Run elm package install -y get the same error.

The issue is consistently repro. The commands are OK on my local Windows and OSX. Its Travis CI build is passing too.

I have no idea how this "no store" comes from. Could you please help?

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.

evancz commented 7 years ago

I think it makes sense to ask about this on elm-discuss or the Elm slack channel.

It may be a bug with elm-make but it also may be some weird configuration stuff on Azure. Folks in the community can help you sort out which it is, and if it is a problems here, we can open an issue describing it in more detail.

evancz commented 7 years ago

Elm Slack: http://elmlang.herokuapp.com/ elm-discuss: https://groups.google.com/forum/?fromgroups#!forum/elm-discuss community in general: http://elm-lang.org/community