Closed Qard closed 13 years ago
Strange. There is nothing with hard-coded paths anywhere in the git repo. npm must have grabbed some waf cache file when publishing the package. You can try installing from source while I work on my end to see why it's acting weird.
I got it to compile manually. Too bad the libwebkitgtk-dev package on Ubuntu doesn't have WebGL support yet. :(
Any possibility of support for fullscreen switching and setting the tiltlebar text to match the <title /> element at some point in the future?
I have node v0.4.11 & npm v1.0.27. Now I execute following command : npm install pcap Then I get following output: likewin@manju-desktop:~$ npm install pcap
pcap@0.2.8 install /home/likewin/node_modules/pcap node-waf configure clean build
Checking for program g++ or c++ : /usr/bin/g++
Checking for program cpp : /usr/bin/cpp
Checking for program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
Checking for g++ : ok
Checking for node path : not found
Checking for node prefix : ok /usr
Checking for library pcap : yes
'configure' finished successfully (0.079s)
'clean' finished successfully (0.006s)
Waf: Entering directory /home/likewin/node_modules/pcap/build' [1/2] cxx: pcap_binding.cc -> build/default/pcap_binding_1.o [2/2] cxx_link: build/default/pcap_binding_1.o -> build/default/pcap_binding.node Waf: Leaving directory
/home/likewin/node_modules/pcap/build'
'build' finished successfully (0.329s)
pcap@0.2.8 ./node_modules/pcap
Can you please help me in solving the problem of "Checking for node path : not found" ? Thank you very much in advance
I don't know what "node path" is, but I don't think it's an error to be missing. It's normal for program configures to be missing some things in some valid configurations.
I'm feeling happy to say that I could solve the below problem: "Checking for node path : not found" by setting the value for the variable NODE_PATH in terminal as follows: export NODE_PATH="/usr/local/lib/node"
then why dont you clone the repo, fix the problem and submit a pull request.
I'm having issues installing topcube from npm. It looks like the package is broken. It tries to run node-waf in "/home/tim/Code/topcube/build". Here's the output;