Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ロード中にモジュール自体から Node.js モジュールの名前を取得する方法は?
//mymodule.js console.log(GET_MODULE_FULL_PATH_NAME()) //prog.js require('/full/path/module') OR require('./module') OR require('module.js')
を使用し__filenameます。それはあなたが望むものを手に入れるでしょう。
__filename
http://nodejs.org/api/globals.html#globals_filename