nxext / nx-extensions

Nx Extension for StencilJs, SvelteJS, SolidJS, Ionic and VueJs
MIT License
451 stars 100 forks source link

Svelte: NX throws error when using the tsConfiguration flag with storybook #1035

Open floratmin opened 9 months ago

floratmin commented 9 months ago

When running the command with an existing application named tool

nx g @nxext/svelte:storybook-configuration tool --tsConfiguration true

I get the error NX Cannot read properties of null (reading 'replace'). With the --verbose flag I get the error ENOENT: no such file or directory, open '/home/workbook/apps/tool/.storybook/main.js'