Building node-libcurl for electron on windows
See original GitHub issueHi, 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?
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
great it’s working great now!