Note from 12 May 2023
Why would anyone use the path
package from npm instead of Node’s path
module?
https://www.npmjs.com/package/path
Just found it in one of my own projects, where I'm the only contributor… 😅
Why would anyone use the path
package from npm instead of Node’s path
module?
https://www.npmjs.com/package/path
Just found it in one of my own projects, where I'm the only contributor… 😅
Updating npm packages versions in package.json
I chose to use npm-check-updates
to check for available updates of packages in my package.json
files, and it always works without issues, so I guess I can recommend it. I'm also using this as a reminder for my own use… 😁