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
Version 7.3.3 has removed the dist directory causing Cesium to fail in the build process. This happened in v7.3.1 and a similar issue was created here (#12034). v7.3.2 brought back the dist folder and that issue was ignored.
✘ [ERROR] Could not resolve "protobufjs/dist/minimal/protobuf.js"
node_modules/@cesium/engine/Source/Core/GoogleEarthEnterpriseMetadata.js:1:26:
1 │ import * as protobuf from "protobufjs/dist/minimal/protobuf.js";
This can be fixed by manually installing v7.3.2.
As suggested in the previous issue, it would be ideal to lock the protobufjs version, especially since this happened a second time.
Reproduction steps
Update/install latest cesium version with v7.3.3 of protobufjs.
What happened?
Version 7.3.3 has removed the dist directory causing Cesium to fail in the build process. This happened in v7.3.1 and a similar issue was created here (#12034). v7.3.2 brought back the dist folder and that issue was ignored.
This can be fixed by manually installing v7.3.2.
As suggested in the previous issue, it would be ideal to lock the protobufjs version, especially since this happened a second time.
Reproduction steps
Sandcastle example
No response
Environment
Browser: Firefox 129.0.2
CesiumJS Version: 1.120.0
Operating System: Ubuntu 22.04
The text was updated successfully, but these errors were encountered: