Open rlefevre opened 4 years ago
The binaries get stripped before deployment which is why you do not see any backtrace info.
Backtrace should be more informative if you ran with a locally built version of elm-json.
Minimal repro (just so I don't forget about this)
{
"type": "application",
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"folkertdev/one-true-path-experiment": "4.0.3",
"gampleman/elm-visualization": "2.0.1"
},
"indirect": {}
},
"test-dependencies": {
"direct": {},
"indirect": {}
}
}
I get the following error when running
elm-json upgrade --unsafe
with myelm.json
:This is with version 0.2.6:
This can be reproduced with the following
elm.json
, note that it works correctly without the--unsafe
:Running with
RUST_BACKTRACE
does not give much more information: