You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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 currentNODE_PATH
is/tmp/,/b/
, the code below won't work on node v0.8, but works fine with v0.10:How to fix the issue?
The text was updated successfully, but these errors were encountered: