expo run without yarn

Is it possible to use expo run:ios (or android) with npm instead of yarn? When I try to include --npm I get error: unknown option --npm.

Thanks!

Hey @dcanora, the run commands do not have the --yarn and --npm flags like other commands do (at least currently). Can you let me know the reason for wanting to force the run command to use npm versus yarn?

Cheers,
Adam

Thanks for the quick response, @adamjnav! I use npm and was curious if there was an easy way to maintain consistency (even though everything is working fine with yarn). Thanks again.

Cheers, David.

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