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
Getting following error while running yo node. I am on macOS 11.1, node v12.16 through nvm
yo node
? Module Name test
(node:40597) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
HTTPError: Response code 401 (Unauthorized)
at /Users/dina/.nvm/versions/node/v12.16.3/lib/node_modules/generator-node/node_modules/npm-name/node_modules/got/index.js:386:13
at processTicksAndRejections (internal/process/task_queues.js:97:5)
HTTPError: Response code 401 (Unauthorized)
at /Users/dina/.nvm/versions/node/v12.16.3/lib/node_modules/generator-node/node_modules/npm-name/node_modules/got/index.js:386:13
at processTicksAndRejections (internal/process/task_queues.js:97:5)
The text was updated successfully, but these errors were encountered:
~4 years since posting and no other responses. Whatever the issue is, it's not something specific to generator-node. It's something to do with the options & requests as sent by yo / yeoman-generator. A few networking/proxy-related issues have previously been noted in yo: at least yeoman/yo#612, yeoman/yo#616. I'm going to go ahead and close this one out as external to generator-node.
Getting following error while running
yo node
. I am on macOS 11.1, node v12.16 throughnvm
The text was updated successfully, but these errors were encountered: