# Problems - Currently, module import errors are difficult to be interpreted. - Because the build system simply pass through errors from Ninja on missing interface files. # Solution - Detect those errors before actually we run the `ninja` command on build. - Maybe on `pen resolve-dependencies`? - Emit human-friendly error messages when imported modules are missing.
Problems
Solution
ninjacommand on build.pen resolve-dependencies?