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
I got this message when trying to run the "mix phoenix.server" command
ERROR in ./web/elm/Main.elm
Module build failed: Error: Compiler process exited with error Compilation failed
Could not find package elm-lang/navigation.
Maybe your elm-stuff/ directory has been corrupted? You can usually fix stuff
like this by deleting elm-stuff/ and rebuilding your project.
at ChildProcess.<anonymous> (/home/pic/Documents/personal/docker/strobe-multiroom-audio/strobe-hub/apps/elvis/node_modules/elm-webpack-loader/node_modules/node-elm-compiler/index.js:257:27)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at maybeClose (internal/child_process.js:915:16)
at Socket.stream.socket.on (internal/child_process.js:336:11)
at emitOne (events.js:116:13)
at Socket.emit (events.js:211:7)
at Pipe._handle.close [as _onclose] (net.js:561:12)
@ ./web/static/js/app.js 9:12-27
Please help me. I would like to make a dockerized environment to test this.
Best regards
Pieter
The text was updated successfully, but these errors were encountered:
Dear
I got this message when trying to run the "mix phoenix.server" command
ERROR in ./web/elm/Main.elm
Module build failed: Error: Compiler process exited with error Compilation failed
Could not find package elm-lang/navigation.
Maybe your elm-stuff/ directory has been corrupted? You can usually fix stuff
like this by deleting elm-stuff/ and rebuilding your project.
@ ./web/static/js/app.js 9:12-27
Please help me. I would like to make a dockerized environment to test this.
Best regards
Pieter
The text was updated successfully, but these errors were encountered: