create
create copied to clipboard
Error while transforming node_modules/@web/storybook-prebuilt/manager.js: Could not resolve import "react".
Actual Behavior
I used following command to create an application skeleton:
npm init @open-wc --destinationPath /Users/xxx/Desktop/ui-demo --type scaffold --scaffoldType wc --features linting testing demoing --typescript true --tagName ui-demo --writeToDisk true --installDependencies npm
Starting storybook using npm run storybook
leads to:
Error while transforming node_modules/@web/storybook-prebuilt/manager.js: Could not resolve import "react".
Expected Behavior
storybook dev server starts without errors and I can inspect storybook on http://localhost:8000
.