Skip to content

Colliding paths #44

@CMCDragonkai

Description

@CMCDragonkai

There are colliding paths in the dist directory because on Windows, its filesystems are case insensitive.

warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

  'dist/Polykey.js'
  'dist/polykey.js'
  'dist/Polykey.js.map'
  'dist/polykey.js.map'

This should not be done. It should either be Polykey.js or polykey.js. I think the lowercase makes more sense here if you're producing a library. But also within dist should be dist/bin for the CLI executables.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions