OfficeDev / generator-office

Yeoman generator for building Microsoft Office related projects.
https://www.npmjs.com/package/generator-office
MIT License
815 stars 207 forks source link

Running thru a proxy/corp environment #799

Open lrauhockey opened 7 months ago

lrauhockey commented 7 months ago

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

Expected behavior

Please describe the behavior you were expecting In running yo office i am expecting it to create the directories/files needed. Any option can be selected

Current behavior

I am getting errors. Error: connect ETIMEDOUT 20.42.73.142:443 at TCPConnectWrap.afterConnect [as oncomplete] node:net:1300:16] at TCPConnectWrap.callbackTramoline (node:internal/async_hooks:130:17)

it appears that i cannot get thru the proxy and was asked is there is a way to setup a cdnulr properties to add to npmrc

Please provide information about the failure. What is the current behavior? If it is not a bug, please add it to UserVoice, so that it gets added to our feature roadmap.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. npm install -g yo
  2. npm install -g yo generator office
  3. yo office

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Failure Logs

Please include any relevant log snippets, screenshots or code samples here.