How can one add a third-party module to a Node.js project?
By copying and pasting the module code
By using the npm install command
By manually writing the module in the project
By downloading and including a .jar file