Open Libin-Varghese opened 3 months ago
import reductio from "reductio";
While importing the package, getting the following error
======================================== node_modules\reductio\src\reductio.js:1 import build from './build.js'; ^^^^^^
How can I get this resolved?
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?