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
After initial setup for Webpack React project, the command npm run build-storybook, getting the error:
configuration.output.path: The provided value "./storybook-static/" is not an absolute path!
Could be solved possibly by path.resolve() or similar, as the command with absolute output path seems to make this working, npm run build-storybook -- --output-dir /absolutely/right/is/it.
Need more info?
The text was updated successfully, but these errors were encountered:
Thanks @paazmaya for testing out the alpha! I believe this is a duplicate to #1052 , which has been fixed and should be released soon. Please reopen if you think it's a separate issue!
After initial setup for Webpack React project, the command
npm run build-storybook
, getting the error:Could be solved possibly by
path.resolve()
or similar, as the command with absolute output path seems to make this working,npm run build-storybook -- --output-dir /absolutely/right/is/it
.Need more info?
The text was updated successfully, but these errors were encountered: