tradle / rn-nodeify

hack to allow react-native projects to use node core modules, and npm modules that use them
MIT License
619 stars 112 forks source link

How can I undo --install #50

Closed moar55 closed 6 years ago

moar55 commented 7 years ago

I want to remove the modules I installed with nodeify and remove them from package.json, is there an easy way for that?

mvayngrib commented 7 years ago

@moar55 no, but PRs are welcome :)

RenderCoder commented 6 years ago

need a easy way

mvayngrib commented 6 years ago

@Bijiabo you can just delete all the modules you don't need from dependencies in package.json, rm -rf node_modules and re-run npm install

DaniGuardiola commented 6 years ago

version control bruh

mvayngrib commented 6 years ago

@DaniGuardiola yep! But I guess for the people asking this question, it's already too late

RenderCoder commented 6 years ago

Have solved this problem, thanks.