Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Node v0.8 NODE_PATH not work? #8016

Closed
ysmood opened this issue Jul 29, 2014 · 1 comment
Closed

Node v0.8 NODE_PATH not work? #8016

ysmood opened this issue Jul 29, 2014 · 1 comment

Comments

@ysmood
Copy link

ysmood commented Jul 29, 2014

I try to add some paths to NODE_PATH environment variable. But it seems not work. Is it a bug of node v0.8?

For example, I have a module named A, I put it at /tmp/A, my current NODE_PATH is /tmp/,/b/, the code below won't work on node v0.8, but works fine with v0.10:

require('A');

How to fix the issue?

@ysmood
Copy link
Author

ysmood commented Jul 29, 2014

#1349

@ysmood ysmood closed this as completed Jul 29, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant