Closed patrick-entinux closed 4 years ago
I get the following error during ng build or ng serve:
ng build
ng serve
ERROR in apps/web-app/src/app/app.module.ts:11:31 - error TS2307: Cannot find module 'ng-sidebar'. 11 import { SidebarModule } from 'ng-sidebar';
Upon inspection it seems there is only the src folder in my node_modules/ng-sidebar:
Seems to be the same when I browse on unpkg too:
https://unpkg.com/browse/ng-sidebar@9.4.0/
Whoops, my bad! Should be fixed by 9.4.1.
I get the following error during
ng build
orng serve
:Upon inspection it seems there is only the src folder in my node_modules/ng-sidebar:
Seems to be the same when I browse on unpkg too:
https://unpkg.com/browse/ng-sidebar@9.4.0/