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
Current main branch does not build on Windows due incorrect argument in ./web/package.json with the "postinstall" scripts. Error can be seen when issuing "yarn install" command.
"Del" command must be replace with "del-cli"
Previous:
"postinstall": "patch-package && del ./node_modules/online-3d-viewer/libs/loaders/occt-import-js-worker.js && del ./node_modules/online-3d-viewer/libs/loaders/occt-import-js.js && del ./node_modules/online-3d-viewer/libs/loaders/occt-import-js.license.md && del ./node_modules/online-3d-viewer/libs/loaders/occt-import-js.wasm"
Current main branch does not build on Windows due incorrect argument in ./web/package.json with the "postinstall" scripts. Error can be seen when issuing "yarn install" command.
"Del" command must be replace with "del-cli"
Previous:
"postinstall": "patch-package && del ./node_modules/online-3d-viewer/libs/loaders/occt-import-js-worker.js && del ./node_modules/online-3d-viewer/libs/loaders/occt-import-js.js && del ./node_modules/online-3d-viewer/libs/loaders/occt-import-js.license.md && del ./node_modules/online-3d-viewer/libs/loaders/occt-import-js.wasm"
New:
"postinstall": "patch-package && del-cli ./node_modules/online-3d-viewer/libs/loaders/occt-import-js-worker.js && del-cli ./node_modules/online-3d-viewer/libs/loaders/occt-import-js.js && del-cli ./node_modules/online-3d-viewer/libs/loaders/occt-import-js.license.md && del-cli ./node_modules/online-3d-viewer/libs/loaders/occt-import-js.wasm"
The text was updated successfully, but these errors were encountered: