I'm currently trying to use the Cloud Convert API. I've followed the instructions and have set the first line of my javascript file to the following:
import CloudConvert from 'cloudconvert'
However, when I run it, I get the following Error: Cannot use import statement outside a module. Any idea why this could be happening?
Thanks!