I had run into several issues with this and finally what I did is as follows:
In fiddler custom rules, i added
if (m_AutoAuth) {oSession["X-AutoAuth"] = "domain\\username:password";}
Finally in npm i set the proxy to http://localhost:8888
This worked fine.