Failed to complile in angular

When I run the angular application it shows the below error.

Failed to compile.

./node_modules/@zoomus/websdk/dist/zoomus-websdk.umd.min.js
Module not found: Error: Can’t resolve ‘jquery’ in ‘G:\Projects\Preline-pwa\node_modules@zoomus\websdk\dist’

Please help me what i missed.

Hey @jagathprasad0 ,

Please share steps to reproduce the issue, and which version of the Web SDK you are using. :slight_smile:

Thanks,
Tommy

@tommy ,

Thanks for your response,
Since I have added “@zoomus/websdk”: “^1.7.10”, in package.json for my angular application, it was working fine earlier.
So I have added the same in my new application in package.json.

When I run my application in “ng serve” it shows below error.

Please verify and let me know.

Hey @jagathprasad0,

Thank you for providing additional information. Please try using the latest version of the Web SDK (1.9.0) and make sure that you are using our Sample Angular App as a reference.

In our latest versions, the jQuery dependency is no longer required, along with many other improvements.

Thanks,
Max

@MaxM ,

Thanks for your update, its not showing the “jquery” issue.

Hey @jagathprasad0,

I’m glad to hear that resolved your issue! Please don’t hesitate to reach out if you encounter any further issues or questions.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.