front-wings / todo-app

FrontWings ToDo App. The only todo app you'll ever need. The worlds best todo app.
MIT License
0 stars 5 forks source link

Storybook fails #18

Open fswijmans opened 3 years ago

fswijmans commented 3 years ago

Hey guys, I'd be interested in looking at the story book.

$ npm run storybook

> front-wings@0.0.0 storybook /Users/vs53qh/Developer/ING/FrontEndGuild/todo-app
> web-dev-server -c .storybook/server.mjs

Could not find a config file at /Users/vs53qh/Developer/ING/FrontEndGuild/todo-app/.storybook/server.mjs
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! front-wings@0.0.0 storybook: `web-dev-server -c .storybook/server.mjs`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the front-wings@0.0.0 storybook script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/vs53qh/.npm/_logs/2021-05-06T09_00_14_123Z-debug.log
ruphin commented 3 years ago

Okay, thanks @fswijmans

tkgroot commented 3 years ago

tested on:

Unix/Linux System node v12.20.1 npm 6.14.10

cannot reproduce the error.

tkgroot commented 3 years ago

Sorry my bad. I can reproduce the error now.