Subhradip Sinhasubhjourney.hashnode.dev·Jul 12, 2024introduction to npm packages and how to avoid security concerns while using npmHey fellow coders and tech enthusiasts! Today, we're gonna dive deep into the world of npm packages and explore how they can supercharge your JavaScript development. Whether you're a newbie or a seasoned developer, understanding npm packages is cruci...Sam Maji and 1 other are discussing this2 people are discussing thisDiscuss·16 likesnpmA good start, Catty! I think you need to check the shell commands in your blog. Keep going! 16
Narendra Solankindsnaren.hashnode.dev·May 7, 2024Complete Guide to Setting Up a Full-Stack Environment on Ubuntu: From Node.js to SSLIntroduction This comprehensive tutorial guides you through setting up a full-stack application on an Ubuntu server, using Node.js for server-side logic, PostgreSQL as the database, and Nginx as the web server. We'll secure our application with HTTPS...Discuss·20 likesNode.js
Aman Shrivastavaaman04.hashnode.dev·Jan 13, 2024Navigating npm Update Woes: A Guide to Resolve Compatibility IssuesIntroduction: In the middle of working on a freelance gig, I faced an unexpected hurdle. While trying to update my project, a seemingly simple task, I encountered a bunch of confusing warnings – a sign that something wasn't quite right. Let me share ...Discuss·2 likes·68 readsnpm
Rino Reji Cheriyanrinoreji.hashnode.dev·Jan 4, 2024unable to get local issuer certificate (node-gyp, Node, npm)This should be used only as a temporary fix for development, it exposes you to man-in-the-middle attacks. The long-term solution should be to properly set up SSL certificates. Windows set NODE_TLS_REJECT_UNAUTHORIZED=0 Linux export NODE_TLS_REJEC...Discuss·60 readsNode.js
Hassana Abdullahihassyblog.hashnode.dev·Jul 15, 2023Title: The Yarn Whisperer: A Tale of Triumph Over NPM WoesIntroduction: In the wondrous world of web development, where packages reign supreme and dependency management is a never-ending adventure, one developer found herself caught in a whirlwind of frustration. Armed with determination and a touch of desp...Discuss·2 likes·56 readsReact
Md. Kaiyomkaiyom.hashnode.dev·Jun 12, 2023NPM or NODE error and solutionVersion related ERROR: npm v9.6.2 is known not to run on Node.js v12.22.12. You'll need to upgrade to a newer Node.js version in order to use this version of npm. This version of npm supports the following node versions: ^14.17.0 || ^16.13.0 || >=18...Discuss·47 readsnpm
Carmine Tambasciablog.allaroundjavascript.com·Apr 1, 2023What does npm install --legacy-peer-deps do exactly?_________________________________________________________________________________________ TL;DR: You may have this issue if you're upgrading from NPM v6 / Node v12. NPM v7+ installs peerDependencies by default; this is not the case with previous vers...Discuss·623 readsNode.js
Olabisi Oduolaolabisiodu.hashnode.dev·Feb 1, 2023How to Fix the ERR_OSSL_EVP_UNSUPPORTED Error in a React JS ApplicationIntro: If you've encountered the ERR_OSSL_EVP_UNSUPPORTED error while starting up your React JS application with the npm start command, you're not alone.This error occurs when an application or module tries to use an algorithm or key size that is no ...Discuss·60 readsNode.js
Bernice Choybernicecpz.hashnode.dev·Jan 28, 2023NPM installation for both online and offline packagesContext When working in a restricted environment, it can be heavily restricted whereby only packages from the whitelisted domains can be installed. This results in breakage in your pipeline as the installation of these packages has been blocked by yo...Discuss·324 readsTroubleshooting/Tinkeringnpm
Ayush Vermaayushverma.hashnode.dev·Jan 13, 2023How to solve "npm start" errorAs a beginner, I encountered errors every few minutes and this 'simple' missing script error can be a 'nightmare' for many others too. Reason- Most likely you are in the wrong directory of your terminal app and the error is somewhat like in the image...Discussnpm