You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[worker reload] [worker init] The requested module 'socks-proxy-agent' does not provide an export named 'SocksProxyAgent'
import { SocksProxyAgent } from 'socks-proxy-agent';
^^^^^^^^^^^^^^^
SyntaxError: The requested module 'socks-proxy-agent' does not provide an export named 'SocksProxyAgent'
测试发现只要更改 proxy agent 的引入方式:
或者删除掉
package.json
中的exports
字段即可解决问题。不太清除这两种解决方案会不会带来新的问题,甚至有点弄不清为啥会出现这么奇怪的问题,所以放上来看看。
Originally posted by @oevery in #144 (comment)
The text was updated successfully, but these errors were encountered: