This message was imported from the Ruby/Rails Modularity Slack server. Find more info in the import thread.
Message originally sent by slack user U72NG7VKI06
Hi all, did anyone faced with this error from Sorbet?
/gems/sorbet-runtime-0.5.10993/lib/types/_types.rb:222:in `must': Passed `nil` into T.must (TypeError)
I’m trying to use bundle exec packs and then option 2 to move files and when the input asks for files to move and I press enter, the error is raised.
I’ve tried using the absolute path and relative paths
It starting working now, I copied the same unique key from packs/my_pack/package.yml and it started working
Could be possible, if any key is needed in package.yml in the app’s root, include a sample one when that file is created?