LiquidPlayer / LiquidCore

Node.js virtual machine for Android and iOS
MIT License
1.01k stars 127 forks source link

Adding https throws a runtime error #197

Closed icaspi closed 3 years ago

icaspi commented 3 years ago

I've included axios and https (trying them both) in pakcage.json in the dependency section executed yarn install and added const axios = require('axios') to the code.

When bundling the code using npx liquidcore bundle --platform=android I'm getting WARN: Cannot resolve module 'https'. This will throw an Error at runtime.

My questions are:

icaspi commented 3 years ago

Pilot error - closing