import reductio from "reductio";
While importing the package, getting the following error
========================================
node_modules\reductio\src\reductio.js:1
import build from './build.js';
^^^^^^
SyntaxError: Cannot use import statement outside a module
How can I get this resolved?