Roman Malieiev

Results 7 comments of Roman Malieiev

Also have this issue and unable to run this package within Node.js, please fix if possible

Solved by manually changing package.json "type": "module" and adding file extensions

> @romaleev can please explain which package.json and which file extensions are needed to be changed? I use d3fc/d3fc-technical-indicator, So in d3fc/d3fc-technical-indicator/package.json added "type": "module". And added the relative import...

Same issue with type 'module'. The solution worked, but with `error-overlay-shim.cjs` filename

Had the same as initial post's stack-trace during install on Mac OS Ventura using python from brew, fixed with: ``` cd /opt/homebrew/bin sudo ln -sf python3 python ```

A pity that this critical bug is still not fixed for 17 months. It stops me from using Chromium in Playwright tests with post data requests (as data is missing...

Seems to be fixed, at least my tests are passing now using 'chromium' (previously passed with 'firefox' only)