PrimeNg version : "^6.0.0"
Library at enter link description here
Getting following error while importing GrowlModule from PrimeNg Library.
ERROR Error: Uncaught (in promise): Error: Fetch error: 403 Forbidden Instantiating http://localhost:30006/node_modules/rxjs Loading http://localhost:30006/node_modules/primeng/components/common/messageservice.js Loading ../../../xeeva-p2p-home/app/requisitioning/requisitioning.module Error: Fetch error: 403 Forbidden
using following code to import component in @NgModule
import { GrowlModule } from 'primeng/growl';
imports: [GrowlModule]
While other modules like SliderModule, DataScrollerModule are loading properly.
Can anyone help what I am doing wrong here.