question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error when installing RealmJS with Node.js on Windows

See original GitHub issue

I’m trying to install Realm javascript with “npm install --save realm” command, but I get the following error:

ERROR: Realm is not yet supported for Node on Windows
npm WARN cf-tester No description
npm WARN cf-tester No repository field.
npm WARN cf-tester No license field.
npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "realm" "--save"
npm ERR! node v6.10.0
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE

npm ERR! realm@1.0.2 install: `node scripts/install.js`
npm ERR! Exit status 4294967295
npm ERR!
npm ERR! Failed at the realm@1.0.2 install script 'node scripts/install.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the realm package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node scripts/install.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs realm
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls realm
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     C:\Users\Kevin Rivera\cf-tester\npm-debug.log

I noticed this problem was already fixed in #689 , which is why this has me quite confused.

npm version: 3.10.10 node version: 6.10.0

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
mehdi-citcommented, Mar 6, 2017

Thank you @kristiandupont For what’s worth, I do believe that having realm-database ready for node.js/electron in all platforms (windows included) will bring a lot of attention to realm as a whole. There’s a very strong need for a light weight embedded database that can seamlessly work with node.js/electron and realm could be just that!

1reaction
kristiandupontcommented, Mar 6, 2017

It’s in the “weeks” category. 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tutorial: Create a Node.js and React app in Visual Studio
This command runs the npm install command directly to install all the packages listed in packages.json. Select the Output window in the lower ......
Read more >
Failed to install Realm on my ReactNative app ; with: npm ...
Windows 10; Node.js v12.13.0; npm v6.13.0. I have been trying with this command: npm install --save realm.
Read more >
Download
Download the Node.js source code or a pre-built installer for your platform, and start developing today. LTS. Recommended For Most Users.
Read more >
npm err! node-pre-gyp info it worked if it ends with ok
It's possible to fix it if you uninstall nodejs using windows add/remove a program. Also add/remove for the python installation and then install...
Read more >
nodejs-mobile/community
... app i get this error " .app/www/nodejs-project/node_modules/ws/lib/websocket.js:347 ... Android ndk-r18b (downloaded and installed as said in ReadMe.md).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found