Closed
Description
Describe the bug
The yarn.lock
file in the after-storybook
directories reference http://localhost:6001
. So, trying to yarn install
in these (for example, in vite ecosystem-ci) fails.
Steps to reproduce the behavior
- Go to
react-vite/default-js/after-storybook
- run
yarn install
Expected behavior
Yarn should install
Screenshots and/or logs
yarn install v1.22.19
[1/4] 🔍 Resolving packages...
warning Resolution field "@storybook/[email protected]" is incompatible with requested version "@storybook/client-logger@^6.4.0"
warning Resolution field "@storybook/[email protected]" is incompatible with requested version "@storybook/instrumenter@^6.4.0"
[2/4] 🚚 Fetching packages...
error An unexpected error occurred: "http://localhost:6001/@storybook%2faddon-a11y/-/addon-a11y-7.0.0-alpha.38.tgz: connect ECONNREFUSED 127.0.0.1:6001".
info If you think this is a bug, please open a bug report with the information provided in "/Users/ianvs/code/vite/vite-ecosystem-ci/workspace/storybook/storybook7/react-vite/default-js/after-storybook/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.