globalpayments / node-sdk

GNU General Public License v2.0
23 stars 27 forks source link

Compilation Error #33

Open edios-global opened 3 years ago

edios-global commented 3 years ago

After adding library from npm i am not able to compile the code . I am getting the flowing error :

Module not found can't resolve 'promise pollyfill'

slogsdon commented 3 years ago

@edios-global When installing from NPM, you shouldn't need to compile our SDK. Are you able to provide additional details about what compilation is failing?

edios-global commented 3 years ago

I am getting the following error : ERROR in ./node_modules/globalpayments-api/lib/src/Gateways/https-wrapper.js [ng] Module not found: Error: Can't resolve 'https' in C:\Users\Sonu\Desktop\New folder (3)\ionic4-stripe\node_modules\globalpayments-api\lib\src\Gateways'

slogsdon commented 3 years ago

@edios-global The reason for this error is covered in your other issue. Let's use that issue to track progress.