Cannot start React App after installing Storybook? Here’s how to fix it
| |

Cannot start React App after installing Storybook? Here’s how to fix it

The Problem When Starting React You may have come across this issue when starting your react app after installing storybook: which is one hell of a message to read! but this gist of it is this: React uses a specific version of babel-loader, which has been overriden by storybook. With an incompatible version installed, our…