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
error: morphir-elm-gen(1) does not exist, try --help
Debugging it a bit reveals morphir-elm-gen.js is not included in the bundled contents of the package because its not in the "files" property in package.json
The text was updated successfully, but these errors were encountered:
Running this command
morphir-elm gen -i ./morphir_ir.json
gives back:error: morphir-elm-gen(1) does not exist, try --help
Debugging it a bit reveals
morphir-elm-gen.js
is not included in the bundled contents of the package because its not in the "files" property in package.jsonThe text was updated successfully, but these errors were encountered: