node-test-runner: Internal error result from 'elm make'
Using: 0.19.0-rev3
elm.json
{
"type": "package",
"name": "romariolopezc/hmac-sha1",
"summary": "Compute HMAC with SHA-1 hash function",
"license": "MIT",
"version": "1.0.0",
"exposed-modules": [
"HmacSha1"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"TSFoster/elm-sha1": "1.0.0 <= v < 2.0.0",
"elm/bytes": "1.0.7 <= v < 2.0.0",
"elm/core": "1.0.0 <= v < 2.0.0",
"ktonon/elm-word": "2.1.2 <= v < 3.0.0",
"waratuman/elm-coder": "3.0.0 <= v < 4.0.0"
},
"test-dependencies": {
"elm-explorations/test": "1.2.0 <= v < 2.0.0"
}
}
I did:
$ yarn global add elm-test
$ elm-test init
$ elm-test
elm-test internal error: got an unexpected result from 'elm make' when validating transitive dependencies. Please report this at https://github.com/rtfeldman/node-test-runner/issues
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 4
- Comments: 18 (1 by maintainers)
Commits related to this issue
- Try to fix Travis build using crowdsourcing https://github.com/rtfeldman/node-test-runner/issues/328 — committed to elm-in-elm/compiler by Janiczek 5 years ago
- Leverage `elm-json solve` (updated) (#451) Fixes #328, fixes #277, fixes #273, fixes #323, fixes #374 zwilias recently released [`elm-json`](https://github.com/zwilias/elm-json), a tool for inter... — committed to rtfeldman/node-test-runner by lydell 4 years ago
This actually helped, I don’t know why elm/core was installing 1.0.0 rather than 1.0.2, I updated the minimal version and it now works.
This happened when I added
elm/bytesas a dependency