Issues while building Storybook #522
-
Hi! I just installed ngx-scrollbar and created my first module and component utilizing ngx-scrollbar for testing purposes. When I am building Storybook I am facing the following errors in the console:
To be honest I do not really know what to do. I am getting these issues only when the 'NgScrollbarModule' is imported inside my testing module. I guess some configuration is missing here. I am using Angular 13, Nx 13, Storybook 6,TypeScript 4 and Node 18. Would be great if someone could give me a hint what to do to make this work :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I figured out I had just the wrong version of ngx-scrollbar installed. Would be useful to have a overview somewhere to see which version to install for the specific Angular version. |
Beta Was this translation helpful? Give feedback.
I figured out I had just the wrong version of ngx-scrollbar installed. Would be useful to have a overview somewhere to see which version to install for the specific Angular version.