Answers for "how to install package in devdependencies in yarn"

9

install dev dependency yarn

yarn add nameOfPackage --dev
Posted by: Guest on June-02-2020
0

Install devDependencies and dependencies together with yarn

yarn add react-native-vector-icons && yarn add @types/react-native-vector-icons -D
Posted by: Guest on January-13-2022

Code answers related to "how to install package in devdependencies in yarn"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language