-
Welcome back!
Brian Vidal
10/3/2021When you install a package using npm install <packagename>, the latest available version of the package is downloaded and put in the node_modules folder, and a corresponding entry is added to the package.json and package-lock.json files that are present in your current folder.test
derig on 10/3/2021
if you are trying to deploy to heroku and you don't have updated your packages if gonna give you error os building. Good luck! 💀
Code reviews
Review Page