You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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')
^
The text was updated successfully, but these errors were encountered: