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 |
What is control flow function?
How we can close a file in node js?
What is chaining in node.js?
Why is npm used?
What is the purpose of process object?
Explain event loop in node js?
What is the recommended folder structure for MEAN app development?
What are Global objects in Node.js?
Why we use node.js?
Where you can deploy node application?
What is an event loop in node.js ?
What are the two types of API functions in Node.js ?