如何要求另一个模块的依赖模块?例如: Project/foo.jsProject/nodule_modules/MyModule/node_modules/AnotherModule //dependencie of MyModule 如何从foo.js文件中获取“AnotherModule”? 在foo.js模块中使用: var t
Project/foo.js Project/nodule_modules/MyModule/node_modules/AnotherModule //dependencie of MyModule
如何从foo.js文件中获取“AnotherModule”?
在foo.js模块中使用:var that = require('./node_modules/MyModule/node_modules/AnotherModule');
见http://nodejs.org/api/modules.html#modules_file_modules