PS C:..project\src\features> npm run storybook
> [email protected] storybook
> start-storybook -p 6006
'start-storybook' is not recognized as an internal or external command,
operable program or batch file.
Installed storybook but can't seem to make it run. I tried npm install, will not help.
npm: '8.1.0', node: '16.13.0' "react": "^17.0.1",
npm run start-storybook
? Regardless this is a$PATH
issue. Using the full path to start-storybook is likely the easiest way to solve it. – Endmy\path\start-storybook
and it says 'not recognised as command` you're not pointing at the executable – End