Design system example does not proceed when prompt appears in npm dev
script
#1547
Labels
area: examples
Improvements or additions to examples
dev
script
#1547
What version of Turborepo are you using?
1.3.1
What package manager are you using / does the bug impact?
Yarn v1
What operating system are you using?
Mac
Describe the Bug
Following the install instructions for the design system example, I am not able to complete the dev script. There is a prompt in the script, since I already have port 6006 running which reads:
Pressing Enter does not complete the prompt, and the script waits. The storybook server is never started.
Expected Behavior
The prompt allows for interactivity
or
The "yes" option is selected automatically.
The first option may better for safety/security.
To Reproduce
nc -l 6006
on a mac/linux machine in a separate terminal window to do this.The text was updated successfully, but these errors were encountered: