I started using npm init create-react app in order to setup any projects of mine that use react and realised that whenever I use this npm command there's a folder of nearly 300Mb called node_modules in the project folder. Does anyone know whether I can delete this folder to save space or will my code not work properly?
I tried deleting them on a small project I'm just starting and it seems to work fine without them. I'm mainly worried that it could cause problems in the future.