process.cwd()
Returns the current working directory of the process.
console.log(`Current directory: ${process.cwd()}`);
Please login to continue.
Please login to continue.