node.js - How can I delete/uninstall everything? I want it to be the same as the time that hadn't started react native learning -


i have been learning reach native weeks. got stuck somewhere , start beginning. need uninstall react, react native, redux, thunk , etc. have node.js. how can delete/uninstall everything? want same time hadn't started react native learning.

on windows need go control panel > add remove programs , features > find node.js , uninstall. poof! remove node... far npm packages go, looks stored default in \home\appdata\roaming\npm. delete folder rid of global packages. if have project installed non global (local) project packages need delete node_modules folder in projects folder


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -