Closed
Description
When I run npm run build
on a project, I receive the following error:
Starting 'deploy'...
Starting 'assumeRole'...
'assumeRole' errored after 42 s
Error: connect ETIMEDOUT 169.254.169.254:80
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1106:14)
'deploy' errored after 42 s
npm ERR! code ELIFECYCLE
npm ERR! errno 1
Looking in the associated log file, I see:
Failed to exec deploy script
deploy:gulp deploy
No other meaningful information is available in the log or the output.
In case it matters, I am using npm, version 6.13.7, on Windows 10.
Can anyone point me in the direction of information on how to resolve this issue?
Thanks in advance.