fetch is not a built in function of the node.js runtime. You will need to add a node module to use it - for example node-fetch - npm
Thank you, works like a charm!
fetch is not a built in function of the node.js runtime. You will need to add a node module to use it - for example node-fetch - npm
Thank you, works like a charm!