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 am using "@openocean.finance/api": "^0.0.3" and "@openocean.finance/wallet": "^0.4.26" in my node.js app.
By the way, when I import @openocean.finance/wallet (even not using, just imported), it gives me this error.
SyntaxError: Unexpected token '<'
Here is my index.js
var wallet_1 = require("@openocean.finance/wallet");
async function swapcrypto() {
console.log('swap');
}
swapcrypto()
How to fix this?
The text was updated successfully, but these errors were encountered:
I am using "@openocean.finance/api": "^0.0.3" and "@openocean.finance/wallet": "^0.4.26" in my node.js app.
By the way, when I import @openocean.finance/wallet (even not using, just imported), it gives me this error.
SyntaxError: Unexpected token '<'
Here is my
index.js
How to fix this?
The text was updated successfully, but these errors were encountered: