You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
protobuf.js version: 7.3.3 (also occurred in v7.3.1)
The latest release is missing the dist directory when installed via npm.
✘ [ERROR] Could not resolve "protobufjs/dist/minimal/protobuf.js"
packages/engine/Source/Core/GoogleEarthEnterpriseMetadata.js:1:26:
1 │ import * as protobuf from "protobufjs/dist/minimal/protobuf.js";
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Is this purposeful? If it is, we'll update to the new path. But it does not appear in the changelog, and the dist/ path is still listed in package.json under files.
protobuf.js version: 7.3.3 (also occurred in v7.3.1)
The latest release is missing the
dist
directory when installed via npm.Is this purposeful? If it is, we'll update to the new path. But it does not appear in the changelog, and the
dist/
path is still listed inpackage.json
underfiles
.See CesiumGS/cesium#12143
The text was updated successfully, but these errors were encountered: