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'm receiving the following error when trying to install an Elm package that is on my local filesystem using a relative path. Using Ruby 2.4.1 and the latest version of elm-github-install.
Any thoughts?
error: Contract violation for argument 2 of 2:
Expected: nil,
Actual: "0.18"
Value guarded in: ElmInstall::DirectorySource::versions
With Contract: CollectionOf => CollectionOf
At: PATH_TO_PROJECT/node_modules/elm-github-install/scripts/dist-1.4.0/elm-install-1.4.0-osx/lib/vendor/ruby/2.2.0/gems/elm_install-1.4.0/lib/elm_install/directory_source.rb:54 . Use --trace to view backtrace
Done
The text was updated successfully, but these errors were encountered:
I'm receiving the following error when trying to install an Elm package that is on my local filesystem using a relative path. Using Ruby 2.4.1 and the latest version of elm-github-install.
Any thoughts?
The text was updated successfully, but these errors were encountered: