해당 오류는 특정 환경에 의존하는 모듈일때 발생한다. 아래 명령어를 이용해 의존성을 해결하고 설치할 수 있도록 해준다.
npm install <module name>--save --legacy-peer-deps