nx-extensions icon indicating copy to clipboard operation
nx-extensions copied to clipboard

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

Open floratmin opened this issue 1 year ago • 0 comments

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'

floratmin avatar Sep 28 '23 15:09 floratmin