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.

Building node-libcurl for electron on windows

See original GitHub issue

Hi, I’m using a windows machine (x64) and I’m trying to get node-libcurl to work for my electron application, I followed the install command given in the documentation which is npm install node-libcurl --runtime=electron --target=1.0.2 --disturl=https://atom.io/download/atom-shell --arch=x64 --save and replaced the target version with the target version of electron that I was building for (in this case it was 2.0.17) and this is the error I keep getting any time I run the install command. fatal error LNK1106: invalid file or disk full: cannot seek to 0x 29851C [D:\Code\share\node_modules\node-libcurl\build\node_libcurl.vcxproj] please, can anyone help me out on this? Screenshot (181)

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
king-d-devcommented, May 21, 2019

I downloaded the prebuilt binaries which works fine when using it with electron but fails with the same old message i used to create this issue https://github.com/JCMais/node-libcurl/issues/167 wen using it with the starter template i was talking about

0reactions
JCMaiscommented, May 21, 2019

great it’s working great now!

Read more comments on GitHub >

github_iconTop Results From Across the Web

node-libcurl/README.md at develop - GitHub
libcurl is a free and easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, ......
Read more >
Failed to install node-libcurl for electron 5.0.10, both on mac ...
This happens because yarn add node-libcurl is installing the prebuilt binary for the Node.js version you are using, and not for Electron.
Read more >
nodejs-libcurl - npm Package Health Analysis - Snyk
--target says you want to build for the node-webkit version 0.12.3. --arch says the module should be built for 64bit. electron (aka atom-shell)....
Read more >
Build Instructions (Linux) - Electron
Build Instructions (Linux). Follow the guidelines below for building Electron itself on Linux, for the purposes of creating custom Electron binaries.
Read more >
Making cURL Requests in Node.js - Section.io
One quick note is that node-libcurl is used for native code and not used in a browser. You can use the results gotten...
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