Featured
-
No Featured Found!
Tags
Help needed to read command line arguments in Nodejs
Hi,
I am trying to accept input from the command line in Nodejs using process.argv in the code snippet, but currently getting an error when I run the following command on the terminal - node index.js "1 18"
Error that I get - ...