fetch-progress icon indicating copy to clipboard operation
fetch-progress copied to clipboard

Cannot use import statement outside a module

Open konsumer opened this issue 7 months ago • 0 comments

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

konsumer avatar Jul 15 '24 05:07 konsumer