Created
January 17, 2019 14:34
-
-
Save zacck-zz/4316d8cc0f101c1561431c8aad2312db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR in ./src/Main.elm | |
Module build failed (from ./node_modules/elm-webpack-loader/index.js): | |
Error: Compiler process exited with error Compilation failed | |
[========================= ] - 1 / 2-- TYPE MISMATCH -------------------------------------------- src/Page/Login.elm | |
This function cannot handle the argument sent through the (|>) pipe: | |
225| SelectionSet.succeed SignIn | |
226| |> with SignIn.token | |
^^^^^^^^^^^^^^^^^ | |
The argument is: | |
SelectionSet (Maybe String -> b) EatYourDay.Object.SignIn | |
But (|>) is piping it a function that expects: | |
SelectionSet (Maybe User -> SignIn) EatYourDay.Object.SignIn | |
Detected errors in 1 module. | |
at ChildProcess.<anonymous> (/Users/zacck/Documents/www/eyd_interface/node_modules/node-elm-compiler/index.js:149:27) | |
at ChildProcess.emit (events.js:180:13) | |
at maybeClose (internal/child_process.js:936:16) | |
at Socket.stream.socket.on (internal/child_process.js:353:11) | |
at Socket.emit (events.js:180:13) | |
at Pipe._handle.close [as _onclose] (net.js:541:12) | |
@ ./src/index.js 8:14-40 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment