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
packageJson need a agent object like {http: httpAgent, https: httpsAgent}, but ghost cli pass httpsAgent directly.
The text was updated successfully, but these errors were encountered:
x-insane
changed the title
ghost install failed with
ghost install failed with 'Cannot read properties of undefined (reading 'statusCode')'
Nov 11, 2024
x-insane
changed the title
ghost install failed with 'Cannot read properties of undefined (reading 'statusCode')'
ghost install failed with 'Cannot read properties of undefined (reading 'statusCode')' when use a proxy
Nov 11, 2024
acburdine
added a commit
to acburdine/Ghost-CLI
that referenced
this issue
Nov 12, 2024
An error occurred.
Message: 'Cannot read properties of undefined (reading 'statusCode')'
Debug Information:
OS: Ubuntu, v22.04.1 LTS
Node Version: v20.18.0
Ghost-CLI Version: 1.26.1
Environment: production
Command: 'ghost install'
packageJson need a agent object like
{http: httpAgent, https: httpsAgent}
, but ghost cli pass httpsAgent directly.The text was updated successfully, but these errors were encountered: