Skip to content

Multiple modules with names that only differ in casing warning #460

@5amfung

Description

@5amfung

I got a bunch of warning when I run ng serve. I'm using

angular: rc5
angular-cli: 1.0.0-beta.11-webpack.2
firebase: 3.3.0
angularfire2: 2.0.0-beta.3-pre2
npm: 3.10.7

WARNING in ./~/angularfire2/angularfire2.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:
* /Users/foo/src/new-word/node_modules/source-map-loader/index.js!/Users/foo/src/new-word/node_modules/Angularfire2/angularfire2.js
    Used by 1 module(s), i. e.
    /Users/foo/src/new-word/node_modules/awesome-typescript-loader/dist/entry.js?{"useForkChecker":true,"tsconfig":"/Users/foo/src/new-word/src/tsconfig.json"}!/Users/foo/src/new-word/node_modules/angular2-template-loader/index.js!/Users/foo/src/new-word/src/app/log-in-view/log-in-view.component.ts
* /Users/foo/src/new-word/node_modules/source-map-loader/index.js!/Users/foo/src/new-word/node_modules/angularfire2/angularfire2.js
    Used by 1 module(s), i. e.
    /Users/foo/src/new-word/node_modules/awesome-typescript-loader/dist/entry.js?{"useForkChecker":true,"tsconfig":"/Users/foo/src/new-word/src/tsconfig.json"}!/Users/foo/src/new-word/node_modules/angular2-template-loader/index.js!/Users/foo/src/new-word/src/app/app.module.ts

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions