fetch-progress
fetch-progress copied to clipboard
Cannot use import statement outside a module
I think you need "type": "module"
in your package.json.
When I import from a project that is setup this way, like this:
import fetchProgress from 'fetch-progress'
I get this:
/Users/konsumer/Desktop/videoexample/node_modules/fetch-progress/index.js:1
import Progress from './Progress';
^^^^^^
SyntaxError: Cannot use import statement outside a module