How to uninstall a dependency using npm?



How to uninstall a dependency using npm?..

Answer / Ambuj Kumar Verma

You can uninstall a dependency using npm by running `npm uninstall <package-name>` in your project directory.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

Is nodejs scalable?

1 Answers  


What is middlewares? What is the concept of middlewares in Express.js?

1 Answers  


What is odm in node.js?

1 Answers  


How can you check the installed version of node js?

1 Answers  


Is node js thread safe?

1 Answers  


What is the global installation of dependencies?

1 Answers  


What is the name of the flags used in read/write operation on files?

1 Answers  


How prevents blocking code in node.js?

1 Answers  


What is difference between synchronous and asynchronous method of fs module?

1 Answers  


Can you create http server in nodejs, explain with code

1 Answers  


What do you understand by middleware?

1 Answers  


Explain the purpose of module.exports?

1 Answers  


Categories