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
i received this error on Ionic Build:
Error: node_modules/@mediapipe/tasks-vision/vision.d.ts:1750:42 - error TS2304: Cannot find name 'OffscreenCanvas'.
i received this error on Ionic Build:
Error: node_modules/@mediapipe/tasks-vision/vision.d.ts:1750:42 - error TS2304: Cannot find name 'OffscreenCanvas'.
1750 readonly canvas: HTMLCanvasElement | OffscreenCanvas | undefined;
~~~~~~~~~~~~~~~
Error: node_modules/@mediapipe/tasks-vision/vision.d.ts:1828:42 - error TS2304: Cannot find name 'OffscreenCanvas'.
1828 readonly canvas: HTMLCanvasElement | OffscreenCanvas | undefined;
~~~~~~~~~~~~~~~
Error: node_modules/@mediapipe/tasks-vision/vision.d.ts:2277:34 - error TS2304: Cannot find name 'OffscreenCanvas'.
2277 canvas?: HTMLCanvasElement | OffscreenCanvas;
~~~~~~~~~~~~~~~
[ERROR] An error occurred while running subprocess ng.
I remove node_module and reinstall with npmi but without success.
The text was updated successfully, but these errors were encountered: