Ando Poluan
Ando Poluan

Reputation: 45

Accidentally uninstall react native

I accidentally uninstall react native on my project

npm uninstall --save react-native map

What i'm gonna do is uninstalling react-native-map, but i miss one '-' character. What should I do?

Upvotes: 0

Views: 1912

Answers (1)

Mohamed Khalil
Mohamed Khalil

Reputation: 3126

you can reinstall it by npm install --save react-native@yourversionnumber

Upvotes: 2

Related Questions