am trying to launch a theia extension using yeoman from the PowerShell but I think am facing a Proxy issue as I am using my company's network
yo theia-extension
results in
by the way I have defined this
git config --global http://login:password@company's_domain:port(8080)

I found the solution to my issue. I made a mistake by installing
yarnmultiple times, first withscoopthen withnpm. So, even after setting theProxycorrectly, when executing the command, it will be confused between the two versions. That's what I have understood.By the way, here's how to set
yarnbehindproxy: