Skip to content

Tag: npm

npm update is not updating the version in package.json file

I am trying to update specific package in my project. I have checked it using npm outdated and then I run this command to update this package: npm update nameofpackage i.e., npm update slugify. My package.json file is not got updated after that, although when i run npm outdated again it shows no outdated pack…