grabcode / react-native-web-starter

Starter for a React Native for Web project (RN4Web)
Other
228 stars 36 forks source link

Module build failed: Error: Couldn't find preset "stage-2" relative to directory ... #23

Open robinkam opened 7 years ago

robinkam commented 7 years ago

Hi, I tried to run the storybook, but got errors below:

ERROR in ./web/.storybook/config.js
Module build failed: Error: Couldn't find preset "stage-2" relative to directory "...."

Has anyone encountered the same problem or got solutions?

gilra2000 commented 7 years ago

+1

lowsky commented 7 years ago

After adding the missing dependency per babel-preset-stage-2 this error was gone, (still had to solve #26 )