When I put node -e "some argument string" into the command line, what does it do? I cant seem to find any documentation on this from google and stackoverflow searches.
It evaluates the script argument
node -e "console.log('test')"
> test
You can can get help and info by running...
node -h
Or:
node --help
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With