Compass doesn't build 2022-04-19 on Ubuntu nor does Mongosh

I know the MongoDB Dev Team thinks it’s silly, but I pull and build Compass on Ubuntu 20.04.4 on a near-daily basis.

The latest pull does not build and fails as follows:

> package-compass
> npm run package-compass --workspace=mongodb-compass --


> mongodb-compass@0.0.0-dev.0 package-compass
> hadron-build release

✖  Error: Error: Command failed!  Please try again with debugging enabled.
    at ChildProcess.<anonymous> (/mnt/4bcabbf7-6928-4c6d-bad5-5e01e41e9625/jwoehr/MongoDB/compass/packages/hadron-build/lib/run.js:91:12)
    at ChildProcess.emit (events.js:400:28)
    at ChildProcess.emit (domain.js:470:12)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)
Error: Command failed!  Please try again with debugging enabled.
    at ChildProcess.<anonymous> (/mnt/4bcabbf7-6928-4c6d-bad5-5e01e41e9625/jwoehr/MongoDB/compass/packages/hadron-build/lib/run.js:91:12)
    at ChildProcess.emit (events.js:400:28)
    at ChildProcess.emit (domain.js:470:12)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)
✖  Error: Error: Command failed!  Please try again with debugging enabled.
    at ChildProcess.<anonymous> (/mnt/4bcabbf7-6928-4c6d-bad5-5e01e41e9625/jwoehr/MongoDB/compass/packages/hadron-build/lib/run.js:91:12)
    at ChildProcess.emit (events.js:400:28)
    at ChildProcess.emit (domain.js:470:12)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)
Error: Command failed!  Please try again with debugging enabled.
    at ChildProcess.<anonymous> (/mnt/4bcabbf7-6928-4c6d-bad5-5e01e41e9625/jwoehr/MongoDB/compass/packages/hadron-build/lib/run.js:91:12)
    at ChildProcess.emit (events.js:400:28)
    at ChildProcess.emit (domain.js:470:12)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)
npm ERR! Lifecycle script `package-compass` failed with error: 
npm ERR! Error: command failed 
npm ERR!   in workspace: mongodb-compass@0.0.0-dev.0 
npm ERR!   at location: /mnt/4bcabbf7-6928-4c6d-bad5-5e01e41e9625/jwoehr/MongoDB/compass/packages/compass 

Hmm, mongosh doesn’t build either.

This and pages more much the same following:

src/cli-service-provider.ts(126,3): error TS2322: Type '{ useSystemCA?: boolean | undefined; replicaSet?: string | undefined; tls?: boolean | undefined; ssl?: boolean | undefined; tlsCertificateFile?: string | undefined; tlsCertificateKeyFile?: string | undefined; ... 88 more ...; family?: number | undefined; }' is not assignable to type 'DevtoolsConnectOptions'.
  Types of property 'autoEncryption' are incompatible.
    Type 'AutoEncryptionOptions | AutoEncryptionOptions | undefined' is not assignable to type 'AutoEncryptionOptions | undefined'.
      Type 'import("/mnt/4bcabbf7-6928-4c6d-bad5-5e01e41e9625/jwoehr/MongoDB/mongosh/packages/service-provider-core/node_modules/mongodb/mongodb").AutoEncryptionOptions' is not assignable to type 'import("/mnt/4bcabbf7-6928-4c6d-bad5-5e01e41e9625/jwoehr/MongoDB/mongosh/packages/service-provider-server/node_modules/mongodb/mongodb").AutoEncryptionOptions'.
        Types of property 'keyVaultClient' are incompatible.
          Type 'import("/mnt/4bcabbf7-6928-4c6d-bad5-5e01e41e9625/jwoehr/MongoDB/mongosh/packages/service-provider-core/node_modules/mongodb/mongodb").MongoClient | undefined' is not assignable to type 'import("/mnt/4bcabbf7-6928-4c6d-bad5-5e01e41e9625/jwoehr/MongoDB/mongosh/packages/service-provider-server/node_modules/mongodb/mongodb").MongoClient | undefined'.
            Type 'import("/mnt/4bcabbf7-6928-4c6d-bad5-5e01e41e9625/jwoehr/MongoDB/mongosh/packages/service-provider-core/node_modules/mongodb/mongodb").MongoClient' is not assignable to type 'import("/mnt/4bcabbf7-6928-4c6d-bad5-5e01e41e9625/jwoehr/MongoDB/mongosh/packages/service-provider-server/node_modules/mongodb/mongodb").MongoClient'.