Skip to content

"There are multiple modules with names that only differ in casing" #926

Closed
@dyh333

Description

@dyh333

i cloned one project to local and npm install, npm start. but found below warning.
my dev environment is in windows 10 system

WARNING in (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:

  • E:\GitHub\angular2-webpack-starter\node_modules\webpack\buildin\module.js
    Used by 2 module(s), i. e.
    E:\GitHub\angular2-webpack-starter\node_modules\punycode\punycode.js
  • e:\GitHub\angular2-webpack-starter\node_modules\webpack\buildin\module.js
    Used by 1 module(s), i. e.
    e:\GitHub\angular2-webpack-starter\node_modules\rxjs\util\root.js

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions