while using axios with nextjs I am getting this error The requested module ‘proxy-from-env’ does not provide an export named ‘getProxyForUrl’

I am using next js for the first time while calling an API using axios it is giving me an error of

The requested module ‘proxy-from-env’ does not provide an export named getProxyForUrl’

It should be working properly and the api should be called.