Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git clone 最新代码 yarn run serve 报三个警告 #842

Closed
rose-daniel opened this issue Jun 30, 2020 · 1 comment
Closed

git clone 最新代码 yarn run serve 报三个警告 #842

rose-daniel opened this issue Jun 30, 2020 · 1 comment

Comments

@rose-daniel
Copy link

Describe the bug (描述 Bug)
WARNING Compiled with 3 warnings 下午4:26:22

warning in ../ClientApp/node_modules/node-libs-browser/mock/process.js

There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:

  • \ClientApp\node_modules\node-libs-browser\mock\process.js
    Used by 1 module(s), i. e.
    \ClientApp\node_modules\path-browserify\index.js
  • \clientapp\node_modules\node-libs-browser\mock\process.js
    Used by 4 module(s), i. e.
    \clientapp\node_modules\performance-now\lib\performance-now.js

warning in ../ClientApp/node_modules/webpack/buildin/global.js

There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:

  • \ClientApp\node_modules\webpack\buildin\global.js
    Used by 2 module(s), i. e.
    \ClientApp\node_modules\sockjs-client\dist\sockjs.js
  • \clientapp\node_modules\webpack\buildin\global.js
    Used by 11 module(s), i. e.
    \clientapp\node_modules\core-js\internals\global.js

warning in ../ClientApp/node_modules/webpack/buildin/module.js

There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:

  • \ClientApp\node_modules\webpack\buildin\module.js
    Used by 1 module(s), i. e.
    \ClientApp\node_modules\node-libs-browser\node_modules\punycode\punycode.js
  • \clientapp\node_modules\webpack\buildin\module.js
    Used by 5 module(s), i. e.
    \clientapp\node_modules\moment\moment.js
@sendya
Copy link
Member

sendya commented Jun 30, 2020

按照说明提供反馈帮助信息 #90

@sendya sendya closed this as completed Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants