Npm i @ohif/viewer Failed

My goal is to run OHIF Viewer under Angular application and to this I am trying to install OHIF Viewer dependency in Angular application.

npm i @ohif/viewer failed when I ran in simple Angular 12 application

What steps can we follow to reproduce the bug?

  1. ng new sample-app
  2. npm i @ohif/viewer
  3. It will fail to install @ohif/viewer

Am I doing something wrong - please suggest.