Closed tomasvn closed 4 years ago
Added node_modules! why package_lock.json?
it can be generated by installing dependencies, if you have package-lock and package.json outsync it might cause issues so better to leave it from repo, but some devs leave there some put in ignore, you might check other sources and decide
po 6. 7. 2020 v 11:21 odesílatel Pexeus notifications@github.com napsal:
Added node_modules! why package_lock.json?
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/Pexeus/LCSS/issues/1#issuecomment-654119351, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEDNOXFSB7MQFETTJJSPGADR2GJTHANCNFSM4OQOTRZQ .
add .gitignore file
node_modules are big in size, put them in gitignore file, let user innstall deps via
npm i
when developing