Zoom sample js app dependencies not getting installed

Hi,

I am trying to setup the zoom sample js app (GitHub - zoom/zoomapps-sample-js: A Hello World Zoom App built with Vanilla JS) via intellij. Running nom install throws warnings that some dependencies need to be installed manually.

npx husky install

Log from npm install :

husky - Git hooks installed
npm WARN @rollup/plugin-babel@5.3.1 requires a peer of @types/babel__core@^7.1.9 but none is installed. You must install peer dependencies yourself.
npm WARN listr2@4.0.4 requires a peer of enquirer@>= 2.3.0 < 3 but none is installed. You must install peer dependencies yourself.

Also, I do not see the “env” file getting generated or the gen-secrets script running to generate the app session secret. Could you pls advise on what I might be missing … I am following the instructions here - https://www.youtube.com/watch?v=SS87nqO9ScQ&list=PLKpRxBfeD1kGN-0QgQ6XtSwtxI3GQM16R&index=2&t=201s . Thanks.