I would like to save an image (link obtained) with just plain nodejs (no additional 'require' beside those natively packaged with node). Let say I have image with link: https://i.stack.imgur.com/9JkxM.jpg
needing this image to be save into folder ./picsFolder
Thanks a bunch.