我只想将“node-opcua”导入到我的项目中,但这给了我以下错误:
WARNING in ./node_modules/node-opcua-pki/node_modules/yargs/index.js 11:37-44
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
最佳答案
您正在收到警告。
yargs开发人员建议忽略警告:
https://github.com/yargs/yargs/blob/HEAD/docs/webpack.md
将“warningsFilter:[/ node_modules / yargs /]”添加到您的webpack配置中