nx-extensions
nx-extensions copied to clipboard
Svelte: NX throws error when using the tsConfiguration flag with storybook
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'