Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Builging 3.0.0-alpha.0 with Webpack 2.5.1 does not use absolute path for output dir #1060

Closed
paazmaya opened this issue May 18, 2017 · 2 comments
Labels

Comments

@paazmaya
Copy link

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?

@shilman shilman added the bug label May 18, 2017
@shilman
Copy link
Member

shilman commented May 18, 2017

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!

@shilman shilman closed this as completed May 18, 2017
@paazmaya
Copy link
Author

Thank you!

Seems like there was a suggested workaround, so I will be using

build-storybook --output-dir ${PWD}/storybook-static

until a new alpha comes out.

Happy to try out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants