How to update the dependency using npm?



How to update the dependency using npm?..

Answer / Pande Rajkumar Ayugyanarayan

To update a dependency using npm, run the following command in your terminal:nn`npm update <package-name>`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

define an error-first callback?

1 Answers  


What is the use of setinterval() function in node.js?

1 Answers  


Is node js only for web development?

1 Answers  


How can plain html be rendered in express js?

1 Answers  


What is the recommended folder structure for MEAN app development?

1 Answers  


What is the purpose of __filename variable?

1 Answers  


What is nodemon and how it can we used?

1 Answers  


Is node js a programming language?

1 Answers  


can you explain what is globals in nodejs

1 Answers  


List down the two arguments that async.queue takes as input?

1 Answers  


Can a user access dom in a node.js?

1 Answers  


How to build a web app with node js?

1 Answers  


Categories