CesiumGS / CesiumGS/cesiumjs-workshop
NPM run dev error
Open
- Dominant language
- JavaScript
- Stars
- 7
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
When running "npm run dev", two errors occur: "Cannot find module @zip/js/zip.js/lib/zip-no-worker.js" and "Cannot find module @zip/js/zip.js/lib/zip-no-worker.js". The file does not exist.
I replaced the 23 │ import * as zip from "@zip.js/zip.js/lib/zip-no-worker.js" file with zip-core.js in two files where it was called. It solved the problem.
Contributor guide
Assessment
This issue has not been assessed yet.