Fix bolt install validations
Open
- Dominant language
- JavaScript
- Stars
- 2.4k
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.