node-libdtrace icon indicating copy to clipboard operation
node-libdtrace copied to clipboard

Issue with "node-waf configure build" --- > Checking for node path: not found

Open FeipingHunag opened this issue 13 years ago • 2 comments

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

FeipingHunag avatar Jul 23 '11 11:07 FeipingHunag

Maybe this will help

export NODE_PATH="/usr/local/lib/node"

https://github.com/christkv/node-mongodb-native/issues/69#issuecomment-1914904

rofrol avatar Aug 31 '11 22:08 rofrol

@rofrol
Thank you very much. It is OK now.

meteormatt avatar Sep 11 '12 05:09 meteormatt