Giver Kdkgiver-node.hashnode.dev路Nov 7, 2023Node.js: npm & package.jsonWhat is NPM? It is the world's largest JavaScript package library. It has command-line tools to install and manage the packages. Once, you install Node.js on your computer, 'npm' comes with it. NPM commands are as follows: npm install [Installs pack...npm
Nwakaego-Egoego.hashnode.dev路Oct 11, 2023Good First IssueHello, class of good first issue 馃憢 I'm right there with you on this exciting open-source adventure. As a beginner myself, I've encountered a few challenges, and one that can seem like a giant hurdle is making those cloned repositories run smoothly...Open Source
Jyothi Swaroop Makenaredjoe0608.hashnode.dev路Sep 28, 2023What On Earth Are 'package.json' And 'package-lock.json' Files?Hola Developers! I am sure you have come across the files 'package.json' and 'package-lock.json' before, right? Many of you might even be using them daily. I have been, too, for building my projects, but I have been guilty of not understanding what e...1 likeNode.js
Ayush Guptamadmecodes.hashnode.dev路Aug 14, 2023Package.json vs Package-lock.jsonpackage.json and package-lock.json are both files used in Node.js projects to manage dependencies, but they serve different purposes. package.json: package.json is the manifest file for your Node.js project. It contains metadata about your project,...1 likepackage
Swapnil Pantswapn652.hashnode.dev路Apr 2, 2023Understanding package.json and package-lock.jsonIf you have worked on or seen any Node.js project on GitHub, you might have seen these two files. And, just like me you probably would have been confused on what do these files do or what's there purpose? Let's look into them one by one. package.json...165 likes路464 readsJavaScript
Syed Jafer Ksyedjaferk.hashnode.dev路Sep 24, 2022package.json and package-lock.jsonIntroduction If you work in web development, you likely use NPM (Node PM or New PM) all the time. It is a free public software registry - the largest in the world - that is accessible at the type of npm install in your command prompt so long as you ...101 readsCourse: NodeJSJavaScript