You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was told to create a repro, but npx sb@next repro fails on bootstrapping.
β π Select the repro framework Β» react
β π Select the repro base template Β» cra
β Enter the output directory ... cra
π Running cra into C:\Users\fbp\Desktop\storybook repro\cra
π Starting for cra latest
π Bootstrapping cra project (this might take a few minutes)
npm_config_user_agent=npm npx -p create-react-app@latest create-react-app cra && cd cra && echo "FAST_REFRESH=true" > .env && echo "SKIP_PREFLIGHT_CHECK=true" > .env
'npm_config_user_agent' is not recognized as an internal or external command,
operable program or batch file.
An error occurred while executing: `npm_config_user_agent=npm npx -p create-react-app@latest create-react-app cra && cd cra && echo "FAST_REFRESH=true" > .env && echo "SKIP_PREFLIGHT_CHECK=true" > .env`
π¨ Bootstrapping cra failed
π¨ Failed to create repro
Error: Error: command exited with code: 1:
at repro (C:\Users\fbp\AppData\Local\npm-cache\_npx\eebb2d3a7d26a7f1\node_modules\@storybook\cli\dist\cjs\repro.js:172:11)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
To Reproduce
Run npx sb@next repro, choose react -> template cra -> output cra.
Or
Run npx sb@next repro, choose react -> template react -> output react.
Also after running yarn cache clean, the issue persists.
β π Select the repro renderer Β» react
β π Select the repro base template Β» react_typescript
β Enter the output directory ... react_typescript
π Running react_typescript into D:\code\justland\react_typescript
π Starting for react_typescript latest
π Bootstrapping react_typescript project (this might take a few minutes)
mkdir react_typescript && cd react_typescript && touch yarn.lock && yarn init --yes && yarn add react react-dom
'touch' is not recognized as an internal or external command,
operable program or batch file.
'touch' is not recognized as an internal or external command,
operable program or batch file.
I'm getting error on touch. Seems like it does not work with Windows env.
I was told to create a repro, but
npx sb@next repro
fails on bootstrapping.To Reproduce
Run
npx sb@next repro
, choose react -> template cra -> output cra.Or
Run
npx sb@next repro
, choose react -> template react -> output react.Also after running
yarn cache clean
, the issue persists.System
The text was updated successfully, but these errors were encountered: