How to uninstall all the file of React Native even the chocolate, node.js, etc. All the Getting Started guides of React Native. Because when I install my React Native it is installed in C:\ I just want to move it in D:\
Asked
Active
Viewed 308 times
0
-
https://chocolatey.org/docs/uninstallation Do you want to move choco, nodejs etc or you want to move a react native project to D: – tottomotto Sep 19 '18 at 09:15
-
I let my choco node js etc in my C. I want to move a react native project in D. If so, is there would be any problem when I'm developing an app? If I move my react native projects in D? – Liza Catherine Ombyaw Sep 19 '18 at 09:31
-
If you install your cli tools with '-g', it will be available everywhere. e.g. npm install -g react-native-cli. Then you can go to D:/path/path and run react-native commands in your preferred cli. https://facebook.github.io/react-native/docs/understanding-cli – tottomotto Sep 19 '18 at 10:48
-
I do no get it. I'm not a tech guy, can you elaborate step by step? Thanks. – Liza Catherine Ombyaw Sep 19 '18 at 13:26
-
Btw, I'm using windows. – Liza Catherine Ombyaw Sep 19 '18 at 13:26
-
https://stackoverflow.com/a/43398997/2178042 – tottomotto Sep 19 '18 at 14:05
-
Do u mean if I install react native cli with "-g" it will be available everywhere? Then I can create react native app in the D:/ disk that I want? I just have to type "cd D:/path/path" then "create-react-native-app AwesomeProject"? – Liza Catherine Ombyaw Sep 20 '18 at 04:38
-
This is correct. Hopefully you won't have issues with permission etc – tottomotto Sep 21 '18 at 11:52