shankari edited a comment on issue #87:
URL: https://github.com/apache/cordova-fetch/issues/87#issuecomment-658418089


   But if I use the `cordova-fetch` version `superspawn` directly in the REPL, 
it works correctly. Which is consistent with the diffs seeming fairly 
innocuous. The main difference seems to be running this *in* cordova.
   
   <details>
   <summary>Logs</summary>
   
   ```
   > var superspawn = 
require('./node_modules/cordova-fetch/node_modules/cordova-common/src/superspawn').superspawn;
   
   > superspawn.spawn('npm', args, { cwd: dest }).then(function(output){ 
console.log(output); return output;})
   Promise {
     promiseDispatch: [Function (anonymous)],
     valueOf: [Function (anonymous)],
     inspect: [Function (anonymous)]
   }
   > + [email protected]
   updated 1 package and audited 1707 packages in 19.092s
   
   47 packages are looking for funding
     run `npm fund` for details
   
   found 173 vulnerabilities (45 low, 75 moderate, 53 high)
     run `npm audit fix` to fix them, or `npm audit` for details
   ```
   </details>
   
   I'm going to try to create a MCVE to make it easier for others to debug as 
well.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to