gpt4 book ai didi

node.js - 如何获取我通过 *not* 我的 require 加载的模块的路径(即在某些 node_module 中)

转载 作者:IT老高 更新时间:2023-10-28 21:49:15 28 4
gpt4 key购买 nike

我需要一个通过 npm 安装的模块。我想访问从属于该模块的 .js 文件(因此我可以在其中子类化一个 Constructor 方法)。我不能(好吧,不想)修改模块的代码,所以没有地方可以提取它的 __dirname。

我知道以下问题,但它是关于获取具有代码控制权的模块的路径(因此,__dirname 是解决方案): In Node.js how can I tell the path of `this` module?

~~~

最好是获取模块的加载模块信息

最佳答案

如果我正确理解您的问题,您应该使用 require.resolve() :

Use the internal require() machinery to look up the location of a module, but rather than loading the module, just return the resolved filename.

示例:var pathToModule = require.resolve('module');

关于node.js - 如何获取我通过 *not* 我的 require 加载的模块的路径(即在某些 node_module 中),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10111163/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com