PACKAGE_MANAGEMENT_NO_UNRESOLVED_IMPORTS
Conformance is available on Enterprise plans
All imports must be able to be resolved to a file local to the workspace or a package declared as a dependency within the file. This ensures that the workspace has not missed any dependencies and is not relying on global dependencies.
The is missing a dependency on the package.
If the workspace is missing a package dependency, add the appropriate one to the file of the workspace. In the example above, a dependency on the package should be added.
Was this helpful?