## Steps to repro - create a project that installs `apify-client@2.22.2` - build/bundle with esbuild and attempt to run ## Expected - `apify-client` works ## Actual - runtime `Cannot find module 'proxy-agent'` error ## Notes - reverting to 2.21.0 fixes the issue, so the cause is likely https://github.com/apify/apify-client-js/pull/816 and/or https://github.com/apify/apify-client-js/pull/847 - I can try to create a minimum repro repository if needed
Steps to repro
apify-client@2.22.2Expected
apify-clientworksActual
Cannot find module 'proxy-agent'errorNotes
proxy-agentfrom the browser bundle #816 and/or fix: make all node-specific importsasync, ignore in browser bundle #847