首页 > 解决方案 > 为什么会有这两个不正常的信息?

问题描述

当我使用 jhipster 创建 Monolithic 应用程序时,在键入 mvnw 进行编译时,有两个失败日志信息如下:

WARNING in ./node_modules/@reduxjs/toolkit/dist/redux-toolkit.esm.js
[INFO] Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
[INFO] Failed to parse source map from 'D:\appt\node_modules\@reduxjs\toolkit\dist\module.js.map' file: Error: ENOENT: no such file or directory, open 'D:\app\node_modules\@reduxjs\toolkit\dist\module.js.map'
[INFO]
[INFO] WARNING in DefinePlugin
[INFO] Conflicting values for 'process.env.NODE_ENV'
[INFO]
[INFO] 1 WARNING in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)
[INFO] webpack 5.39.0 compiled with 3 warnings in 27825 ms

上面的一个信息无法解析.....另一个是冲突的值......我想知道如何解决这两个问题以及为什么会发生?

标签: jhipster

解决方案


推荐阅读