LiquidPlayer / LiquidCore

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

Can't figure out how to install modules please help #223

Open 1stRadiant opened 2 years ago

1stRadiant commented 2 years ago

I have tried to follow the big number example but I can't get it to work when i require() in my js code. I used $npm install bignumber.js This creates a node_modules folder in my root folder, but when i try to use var BigNumber = require("bignumber.js");

I get the following error:

E/JSEXCEPTION: Unhandled exception: Error: java.lang.reflect.InvocationTargetException service.js:2 var BigNumber = require('bignumber.js') ^

huy-lv commented 5 months ago

this repo seems not maintain anymore