What is the difference between the global installation of dependencies and local installation of dependencies?
Answer / Reshu Agarwal
Global installation installs packages globally on your system, which can be accessed by any project. Local installation installs packages only within the current project's node_modules directory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do we need promises in node js?
What are the different types of Streams in node.js?
How to use async await with promises in node js?
How to get post data in node.js?
What are the important APIs in Timers module in Node.js?
What is difference between node and server?
Explain event loop in node js?
Is node js good for enterprise?
What is the use of variable in node.js?
What functions are provided by fs module to perform I/O operations on a directory in node.js?
What is piping in node js?
What is Tracing in Node.js?