https://github.com/boltpkg/bolt/pull/36 refactored `bolt install` and moved a bunch of validations into a shared module. The problem is that these validations previously caused Bolt to exit early, now they aren't run until the linking phase. These validations should be hoisted up