teambit / bit

A build system for development of composable software.
https://bit.dev
Other
17.8k stars 922 forks source link

add a new component-issue "RemovedEnv" #9009

Closed davidfirst closed 1 month ago

davidfirst commented 1 month ago

Helpful when a component's env has deleted. Instead of showing the RemovedDependencies issue, which is unhelpful in this scenario, it shows the newly introduced RemovedEnv issue, which suggests running bit env set/replace to fix.