I am facing error running storybook.... even on a clean installation.
npm run storybook
> @ storybook /media/programmersedge/New_Volume/devs/demostorybook
> start-storybook -p 9001 -c .storybook
sh: 1: start-storybook: not found
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! @ storybook: `start-storybook -p 9001 -c .storybook`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the @ storybook script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
I am using the latest storybook version. and my node version is 6.11.1 and npm version is 5.5.1
I also tried installing storybook with yarn but I am facing the same problem yarn version 1.3.2
node_modules
– Sextuplicate