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
When i am trying to install deepar dependency in my angular project it gives me "Error: node_modules/deepar/js/types/dynamicModules/xzimg/index.d.ts:1:60 - error TS2307: Cannot find module '../../../../xzimg/xzimg.esm' or its corresponding type declarations.
1 export { Foot, Segmentation, VideoManager, Geometry } from "../../../../xzimg/xzimg.esm";" error and when i am trying to resolve this using "npm i xzimg" but there is no dependency like xzimg in npm Registry.
The text was updated successfully, but these errors were encountered:
When i am trying to install deepar dependency in my angular project it gives me "Error: node_modules/deepar/js/types/dynamicModules/xzimg/index.d.ts:1:60 - error TS2307: Cannot find module '../../../../xzimg/xzimg.esm' or its corresponding type declarations.
1 export { Foot, Segmentation, VideoManager, Geometry } from "../../../../xzimg/xzimg.esm";" error and when i am trying to resolve this using "npm i xzimg" but there is no dependency like xzimg in npm Registry.
The text was updated successfully, but these errors were encountered: