#[Solved] Dagger crashes on .getEngineVersion
1 messages · Page 1 of 1 (latest)
@civic wolf the error seems to be coming from your module's code. File node.go line 149
I don't have node.go. All my code is in ts.
I do have node.ts but that's 117 lines long.
you're using a node module by any chance that's written in GO?
^ That NodeAnalyzer there is not coming from Dagger
Ohk, damm.
error seems to be coming from this function here: https://github.com/Dudesons/daggerverse/blob/3ccb51d1ce00e058e5fb9715b05dd9b57f1f63db/autodetection/dagger/node.go#L141
It was featured, so I trusted it ; (
the module could be ok
@civic wolf do you have an engines entry in your package.json?
like this:
{
"engines": {
"node": ">=0.10.3 <15"
}
}
Nope
you might want to open an issue in the user module repo to return an better error in this case as well. So other users don't trip into this
Already done: https://github.com/Dudesons/daggerverse/issues/14