Re: [nodejs] NODE_PATH deprecated?

2012-06-22 Thread Isaac Schlueter
On Tue, Jun 19, 2012 at 1:06 PM, Oliver Leics oliver.le...@gmail.com wrote: The PLUS is now a MINUS as it came out that it is _not_ the missing NODE_PATH env var that makes the installation of dtrace-provider fail on a LinuxDebian box. No, my guess is that it's the lack of DTrace on Linux that

Re: [nodejs] NODE_PATH deprecated?

2012-06-22 Thread Oliver Leics
On Sat, Jun 23, 2012 at 2:00 AM, Isaac Schlueter i...@izs.me wrote: On Tue, Jun 19, 2012 at 1:06 PM, Oliver Leics oliver.le...@gmail.com wrote: The PLUS is now a MINUS as it came out that it is _not_ the missing NODE_PATH env var that makes the installation of dtrace-provider fail on a

[nodejs] NODE_PATH deprecated?

2012-06-19 Thread Oliver Leics
Hallo, is NODE_PATH deprecated? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups nodejs group. To post to this group, send email to

Re: [nodejs] NODE_PATH deprecated?

2012-06-19 Thread Ben Noordhuis
On Tue, Jun 19, 2012 at 2:52 PM, Oliver Leics oliver.le...@gmail.com wrote: is NODE_PATH deprecated? No. Why do you ask? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are

Re: [nodejs] NODE_PATH deprecated?

2012-06-19 Thread Oliver Leics
On Tue, Jun 19, 2012 at 4:12 PM, Ben Noordhuis i...@bnoordhuis.nl wrote: On Tue, Jun 19, 2012 at 2:52 PM, Oliver Leics oliver.le...@gmail.com wrote: is NODE_PATH deprecated? No. Why do you ask? nvm does not set it, but: - ``npm install -g pkg`` just works - ``npm link pkg`` inside a 'local'

Re: [nodejs] NODE_PATH deprecated?

2012-06-19 Thread Ben Noordhuis
On Tue, Jun 19, 2012 at 4:34 PM, Oliver Leics oliver.le...@gmail.com wrote: On Tue, Jun 19, 2012 at 4:12 PM, Ben Noordhuis i...@bnoordhuis.nl wrote: On Tue, Jun 19, 2012 at 2:52 PM, Oliver Leics oliver.le...@gmail.com wrote: is NODE_PATH deprecated? No. Why do you ask? nvm does not set it,

Re: [nodejs] NODE_PATH deprecated?

2012-06-19 Thread Isaac Schlueter
npm does not muck with NODE_PATH or any other node environment vars. Plus: I have problems installing a module that (somehow) requires NODE_PATH during install. So I want to know who to blame ;-) If you share the specifics of the problem (including, at least: what you did, what you expected,

Re: [nodejs] NODE_PATH deprecated?

2012-06-19 Thread Oliver Leics
On Tue, Jun 19, 2012 at 7:11 PM, Isaac Schlueter i...@izs.me wrote: Plus: I have problems installing a module that (somehow) requires NODE_PATH during install. So I want to know who to blame ;-) If you share the specifics of the problem (including, at least: what you did, what you expected,