我只想将‘’导入到我的项目中,但是它给我的错误如下:
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发布于 2019-12-10 16:50:52
你收到警告了。yargs开发人员建议忽略警告:https://github.com/yargs/yargs/blob/v15.x.x/docs/webpack.md在webpack配置中添加"warningsFilter: /node_modules/yargs/“
https://stackoverflow.com/questions/59027953
复制相似问题