Gregg Sawyer
Gregg Sawyer
Have a look at this. https://www.youtube.com/watch?v=NJctHJzy5vo
In addition to @brianmriley solution I also had to do the following in app.component.ts constructor before this would work. Only issue I can see is that it now loads all...
Same issue here aswell. I have also tried adding @storybook/source-loader and configuring webpack, still no luck? ``` module.exports = { stories: [], addons: ['@storybook/addon-essentials', '@storybook/addon-a11y', { name: '@storybook/addon-storysource', options: {...
I am constantly switching node versions (using nvm) to work on different projects. This was the root of my issue and needed to be on v14.0
Was there a solution to this as I am also getting the same error. I am using RequireJs to load my 'shimmed' modules if that has any bearing?