Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get "node_modules" folder content back

Tags:

react-native

I have deleted the folder: "node_modules" from root folder(gave the source code to someone) because I think this contain packages that we can get any time.

How can I get those files back?

thanks in advance!

like image 232
prateek Avatar asked Jul 17 '26 17:07

prateek


1 Answers

Do you have a package.json in your directory? If so, you can run npm i to reinstall the project dependencies ( a.k.a bring back your node_modules ).

like image 181
R.R Avatar answered Jul 21 '26 05:07

R.R



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!