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 add CloudinaryModule in app.modules I am getting the following issues:
Error: node_modules/@cloudinary/html/types.d.ts:2:34 - error TS2307: Cannot find module '@cloudinary/url-gen/actions/transcode/VideoCodecAction' or its corresponding type declarations.
2 import { VideoCodecAction } from "@cloudinary/url-gen/actions/transcode/VideoCodecAction";
Do you know what I am missing here please ?
The text was updated successfully, but these errors were encountered:
"@angular/core": "~14.1.0", "@cloudinary/ng": "^1.4.2", "@cloudinary/url-gen": "^1.8.1",
When I add CloudinaryModule in app.modules I am getting the following issues:
Error: node_modules/@cloudinary/html/types.d.ts:2:34 - error TS2307: Cannot find module '@cloudinary/url-gen/actions/transcode/VideoCodecAction' or its corresponding type declarations.
2 import { VideoCodecAction } from "@cloudinary/url-gen/actions/transcode/VideoCodecAction";
Do you know what I am missing here please ?
The text was updated successfully, but these errors were encountered: