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
{{ message }}
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.
The current behavior is bad because it doesn't tell the user it's going to create a file and the user may have input the command in error.
The interaction should be
1. Inform the user they don't have an elm-package.json and they need one to use elm-make
2. Ask if they want to make one
3. If yes, either interactively build one or tell them you put a default one in
4. Exit the program
the user can then fill it in and then install things the second time.
The text was updated successfully, but these errors were encountered:
The current behavior is bad because it doesn't tell the user it's going to create a file and the user may have input the command in error.
The interaction should be
the user can then fill it in and then install things the second time.
The text was updated successfully, but these errors were encountered: