Answers for "use code without node_modules"

1

ignore all node_modules

.gitignore
node_modules
Posted by: Guest on August-15-2020
0

ignore node modules

//create a .gitignore file and add the following in it
# dependencies
node_modules
Posted by: Guest on May-31-2020

Browse Popular Code Answers by Language