Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

关于module.paths的困惑

$
0
0

为什么我的module.paths返回的结果中第一个永远是repl

$ pwd
/Users/xh/project/byd
$ node
> module.paths
[ '/Users/xh/project/byd/repl/node_modules',
  '/Users/xh/project/byd/node_modules',
  '/Users/xh/project/node_modules',
  '/Users/xh/node_modules',
  '/Users/node_modules',
  '/node_modules',
  '/Users/xh/.node_modules',
  '/Users/xh.node_libraries',
  '/Users/xh/.nvm/versions/node/v7.2.1/lib/node' ]
>

Viewing all articles
Browse latest Browse all 14821

Trending Articles