Closed (fixed)
Project:
Gin Login
Version:
8.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2022 at 12:45 UTC
Updated:
19 Sep 2022 at 13:54 UTC
Jump to comment: Most recent
The package.json is using gin as the package name,
Seeing some warnings in CI:
jest-haste-map: Haste module naming collision: gin
The following files share their name; please adjust your hasteImpl:
* <rootDir>/drupal/web/modules/contrib/gin_login/package.json
* <rootDir>/drupal/web/themes/contrib/gin/package.json
Rename to gin_login.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
shadcn commentedComment #5
saschaeggiGreat discovery, thanks!