react-native-web-starter icon indicating copy to clipboard operation
react-native-web-starter copied to clipboard

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

Open robinkam opened this issue 8 years ago • 2 comments

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?

robinkam avatar Feb 16 '17 03:02 robinkam

+1

gilra2000 avatar Mar 07 '17 00:03 gilra2000

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

lowsky avatar Jun 14 '17 11:06 lowsky