Michael Steininger
Michael Steininger
I had the same error with these packages after adding `svelte` to `conditionNames`: ``` error in ./node_modules/sanitize-html/index.js 1:38:35 PM Module not found: Error: Package path . is not exported from...
@morpheus7CS Sorry for the late response. Configuring it like ``` mainFields: ['svelte', 'browser', '...'], conditionNames: ['svelte', 'browser', '...'], ``` solves the issues. For a quick test I reverted back to...
Had problem with setting window-size and setting the download directory via `download.default_directory`/`savefile.default_directory` after upgrading the chrome version to v131. Using ``` PANTHER_NO_HEADLESS=true PANTHER_CHROME_ARGUMENTS="--headless=old --disable-gpu --window-size=1920,1080" ``` instead of ``` PANTHER_CHROME_ARGUMENTS="--window-size=1920,1080"...
It would be really nice to have this resolved, because https://github.com/Drenso/PhanExtensions was recently archived and is no longer maintained.