CL initI in CI : times out because waiting for input "This command requires Expo CLI"

Hey awesome people, I’m running storybook, and we’re running into an issue relating to expo-cli…

Inside one of our CI tasks we get:

This command requires Expo CLI.
Do you want to install it globally [Y/n]? Too long with no output (exceeded 10m0s)

The CI task times-out, and thus fails.

I have tried installing the expo-cli globally as suggested on the docs, but without success:
https://github.com/storybooks/storybook/pull/4245
https://circleci.com/gh/storybooks/storybook/65144?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link

Can the script not detect it’s run in a CI and just proceed with the installation, or is there some flag I could set?
Or how can I install it in such a way it will detect the preinstalled one?

I’ve also tried the --non-interactive flag, but that doesn’t seem to have any effect at all either.

What am I doing wrong?

:man_bowing:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.