-
Notifications
You must be signed in to change notification settings - Fork 15
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
Cannot parse -mdx files #1
Comments
Testing right now on a MacBook pro with node 12. |
Thanks @ottopaulsen for bringing this to our attention. To help track down the problem, could you please add what Operating System and node version you are using? This seems like a problem that is tracked down and tackled during the course: the configuration of the webpack instance that storybook uses. But it is normally all done automagically by the storybook plugin. |
Thanks for responding. macOs Catalina 10.15.7 |
Thank @ottopaulsen I just installed node 14.9.0 and it still seems to be working. This issue might have some kind of an answer... But I still have no idea what is different between my setup and yours. How did you "download" the source? Did you clone this repository or download a zip of it? |
Can you try in a command prompt (terminal) all the following commands? cd ~
mkdir vueschool-test
git clone https://github.com/vueschool/storybook-fundamentals.git
npm ci
npm run styleguide This I the set of command I just tried and that worked. |
Hi. Sorry for late response. Your answers come in the middle of the night here, so I forgot about it.
The last one failed, as it is not in package.json, but I also deleted the folder I worked on before and did this again in there, and it works now. I don't know what I did defferently earlier, but the problem seems to have gone, so thanks a lot :-) Otto |
Woops, really sorry @ottopaulsen 😳😳, I maintain this other library called styleguidist and mixed up the two. you are absolutely right I am reassured now. I know storybook uses some smart caching techniques that can be unfriendly when installing a new one. It has been my experience that, when this kind of "mystery" occurs, you better start over.
Then it usually works Thank you for your patience. |
Can anyone follow this course?
When I run
npm run storybook:serve
I get the following error:All I have done is download the code and run
npm ci
.The text was updated successfully, but these errors were encountered: