"The operation was aborted" during deployment. How do I get more information on this?
I have an ExpressJS project I built using the guides at https://code.visualstudio.com/docs/nodejs/nodejs-tutorial
When I deploy to Azure, sometimes everything works great. But sometimes I get "The operation was aborted." The last thing in the output is usually something about npm, such as "using npm version" or "running npm install."
First, in the general case, how do I get information about why the operation was aborted? What failed this time? I just try again and again and eventually it works, and after it works it will stay working for a while.
Second, why does determining the npm version take so long? Sometimes there are just 1 or 2 seconds between "using npm version" and the version number, but sometimes it can take 20 seconds. I understand an npm install might take a while but not picking a version.