MariusGundersen@programming.devtoJavaScript@programming.dev•Am I using devDependencies wrong or is everyone bad at explaining it?
4·
8 months agoYou only need to worry about devDependencies vs dependencies if you are going to publish the project you are working on as an npm package. If you are making a webapp or something else that you will run, then it doesn’t matter.
Yes, SQL