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
When doing this in PowerShell (tried both with version 5.1.19041.610 and 7.0.0), I get the following output:
----------------------
|| ERROR IN COMMAND ||
----------------------
Usage: <elm-main> [options] [--] [elm make options]
-- Output In Wrong Location -----------------
You have used the elm make flag --output in the wrong location. As seen in the usage example about, all elm make flags must be added to your command after the -- separator.
The workaround seems to be to add double-quotes around the -- separator like so:
I'm currently going through this chapter on elmprogramming.com.
Half-way through, it instructs me to run the following command:
When doing this in PowerShell (tried both with version 5.1.19041.610 and 7.0.0), I get the following output:
The workaround seems to be to add double-quotes around the
--
separator like so:I've tried the regular Command Prompt as well, and that just works as expected.
Versions:
The text was updated successfully, but these errors were encountered: