Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 135
Can't build lib in Debian 9 #376
Copy link
Copy link
Closed
Description
Activity
Metadata
Metadata
Assignees
Labels
No labels
Hi,
I'm having troubles to use the lib in my node project on Debian 9 (which runs ok on windows).
I have the following error msg: Error: Cannot find module '../lib/binding/node_libcurl.node'
node: 16.13.1
npm: 8.1.2
So I'm trying to build it but can't figure things out. I have all the requirements:
gcc >= 4.8
libcurl dev files
python 2.7
I tried "npm install node-libcurl --build-from-source" but it just installs the prebuilt package.
Any idea (of what I'm doing wrong :))?
Thank you.