-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): eslint and nx installation issues
Signed-off-by: Emilien Escalle <[email protected]>
- Loading branch information
Showing
5 changed files
with
5 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,30 +12,6 @@ Migration "core - 20240329200200-eslint-ignore" applied! | |
Applying migration "core - 20240412185500-eslint-config"... | ||
Migration "core - 20240412185500-eslint-config" applied! | ||
Applying migration "core - 20240617094000-config-nx-scopes"... | ||
[2K[1G[2m[1/4][22m Resolving packages... | ||
[2K[1G[2m[2/4][22m Fetching packages... | ||
[2K[1G[2m[3/4][22m Linking dependencies... | ||
[2K[1G[2m[4/4][22m Building fresh packages... | ||
[2K[1G[32msuccess[39m Saved lockfile. | ||
[2K[1G[32msuccess[39m Saved 2 new dependencies. | ||
[2K[1G[34minfo[39m Direct dependencies | ||
├─ @commitlint/[email protected] | ||
└─ @ts-dev-tools/[email protected] | ||
[2K[1G[34minfo[39m All dependencies | ||
├─ @commitlint/[email protected] | ||
└─ @ts-dev-tools/[email protected] | ||
[2K[1G[2m$ ts-dev-tools install[22m | ||
Updating ts-dev-tools installation... | ||
Applying migration "core - 20240617094000-config-nx-scopes"... | ||
Migration "core - 20240617094000-config-nx-scopes" applied! | ||
Symlinking dev dependencies... | ||
Symlinking dev dependencies done! | ||
Checking for duplicate dev dependencies... | ||
Some dev dependencies are unnecessarily installed as their are already required by "@ts-dev-tools/core": | ||
- typescript | ||
Check for duplicate dev dependencies done! | ||
Installation done! | ||
Migration "core - 20240617094000-config-nx-scopes" applied! | ||
Symlinking dev dependencies... | ||
Symlinking dev dependencies done! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,30 +16,6 @@ Migration "core - 20240412185500-eslint-config" applied! | |
Applying migration "react - 20240412185501-eslint-config"... | ||
Migration "react - 20240412185501-eslint-config" applied! | ||
Applying migration "core - 20240617094000-config-nx-scopes"... | ||
[2K[1G[2m[1/4][22m Resolving packages... | ||
[2K[1G[2m[2/4][22m Fetching packages... | ||
[2K[1G[2m[3/4][22m Linking dependencies... | ||
[2K[1G[2m[4/4][22m Building fresh packages... | ||
[2K[1G[32msuccess[39m Saved lockfile. | ||
[2K[1G[32msuccess[39m Saved 2 new dependencies. | ||
[2K[1G[34minfo[39m Direct dependencies | ||
├─ @commitlint/[email protected] | ||
└─ @ts-dev-tools/[email protected] | ||
[2K[1G[34minfo[39m All dependencies | ||
├─ @commitlint/[email protected] | ||
└─ @ts-dev-tools/[email protected] | ||
[2K[1G[2m$ ts-dev-tools install[22m | ||
Updating ts-dev-tools installation... | ||
Applying migration "core - 20240617094000-config-nx-scopes"... | ||
Migration "core - 20240617094000-config-nx-scopes" applied! | ||
Symlinking dev dependencies... | ||
Symlinking dev dependencies done! | ||
Checking for duplicate dev dependencies... | ||
Some dev dependencies are unnecessarily installed as their are already required by "@ts-dev-tools/core": | ||
- typescript | ||
Check for duplicate dev dependencies done! | ||
Installation done! | ||
Migration "core - 20240617094000-config-nx-scopes" applied! | ||
Symlinking dev dependencies... | ||
Symlinking dev dependencies done! | ||
|