How can I install realm object server on my windows platform?
I tried using the npm command-line. It installed but the server didn't start.
It threw this error:
module.js:544 throw err; ^
Error: Cannot find module 'C:\Users\DAMILOLA\AppData\Roaming\npm\node_modules\realm-object-server\node_modules\realm\compiled\node-v59_win32_x64\realm.node'
at Function.Module._resolveFilename (module.js:542:15) at Function.Module._load (module.js:472:25) at Module.require (module.js:585:17) at require (internal/module.js:11:18) at Object. (C:\Users\DAMILOLA\AppData\Roaming\npm\node_modules\realm-object-server\node_modules\realm\lib\index.js:102:28)
at Module._compile (module.js:641:30) at Object.Module._extensions..js (module.js:652:10) at Module.load (module.js:560:32) at tryModuleLoad (module.js:503:12) at Function.Module._load (module.js:495:3)