Expo
Create
Log in
Sign up
Roadmap
Feedback
Feature Requests
Voters
Wodin
H
Hector
Powered by Canny
2
expo install with -D flag
complete
H
Hector
Hey, I would love to have the same functionality of
expo install
but being able to pass the -D flag to specify it should be installed as a dev dependency.
July 11, 2022
Evan Bacon
marked this post as
complete
This can be achieved by using
--
for example:
expo install -- -D
, anything after
--
is passed directly to the install command.
3 likes
·
July 12, 2022
·
Reply
Powered by Canny