What are the global installations of dependencies?



What are the global installations of dependencies?..

Answer / Tulika Srivastava

In Node.js, dependencies can be installed globally or locally. Global installations are available system-wide, meaning they can be accessed from any project directory. To install a package globally, use 'npm install -g <packageName>'.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

What is control flow function?

1 Answers  


How we can close a file in node js?

1 Answers  


What is chaining in node.js?

1 Answers  


Why is npm used?

1 Answers  


What is the purpose of process object?

1 Answers  


Explain event loop in node js?

1 Answers  


What is the recommended folder structure for MEAN app development?

1 Answers  


What are Global objects in Node.js?

1 Answers  


Why we use node.js?

1 Answers  


Where you can deploy node application?

1 Answers  


What is an event loop in node.js ?

1 Answers  


What are the two types of API functions in Node.js ?

1 Answers  


Categories