I want use Moralis in my node js
// In a node.js environment
const Moralis = require(‘moralis/node’);
When I want to enableWeb3 with this line
await Moralis.enableWeb3({ privateKey})
I am got this error in console
ReferenceError: window is not defined
what can be done with Moralis on the backend and what would you recommend to me in this situation?
Thanks in advance for your help