tm-ssingh opened a new issue #275:
URL: https://github.com/apache/cordova/issues/275


   Keep getting below error:
   
   ReferenceError: globalThis is not defined
       at Object.<anonymous> 
(/Users/sukhwinder/Documents/hiApp_Project/Source_code_upgrade_nets_sdk/cordova/node_modules/run-parallel/node_modules/queue-microtask/index.js:5:25)
       at Module._compile (internal/modules/cjs/loader.js:816:30)
       at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10)
       at Module.load (internal/modules/cjs/loader.js:685:32)
       at Function.Module._load (internal/modules/cjs/loader.js:620:12)
       at Module.require (internal/modules/cjs/loader.js:723:19)
       at require (internal/modules/cjs/helpers.js:14:16)
       at Object.<anonymous> 
(/Users/sukhwinder/Documents/hiApp_Project/Source_code_upgrade_nets_sdk/cordova/node_modules/run-parallel/index.js:4:24)
       at Module._compile (internal/modules/cjs/loader.js:816:30)
       at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10)
   
   
   
   Understood its because of queue-microtask dependency which as started making 
use of globalThis which is not supported on node v11. Can cordova-ios avoid 
using this dependency?
   


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to