标签: javascript node.js
抱歉我的英语不好,我是node.js的新手。
当我需要全局模块时,例如babel。在项目中要求它的最简洁方法是什么?
babel
npm link the_module
require(hard_link_of_the_module)
export NODE_PATH=/usr/lib/node_modules
requireg
哪一个是最干净的方式,为什么,谢谢。