I have installed a third party library in my project but it is not working , so I want to delete that library from my project , How can I do that ?
npm uninstall --save package_name
npm uninstall --save-dev package_name
rnpm unlink package_name
note rnpm as is deprecated
1.4m articles
1.4m replys
5 comments
57.0k users