This may be a silly question but I have installed node on my computer and have been running tasks for creating my sass which means I have a node_modules
folder within my project folder and I'm wondering if I need to upload the node_modules
folder to my live server or not?
Tipically you must:
npm init
. You execute this in a folder containing node_modules.npm install
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With