You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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 errorENOENT: no such file or directory, open '/home/workbook/apps/tool/.storybook/main.js'
The text was updated successfully, but these errors were encountered: