-
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.
- Loading branch information
1 parent
38407a4
commit 7f9f4f3
Showing
1 changed file
with
34 additions
and
0 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 |
---|---|---|
|
@@ -350,4 +350,38 @@ set config:mako on /Users/liushan/Documents/sparkly/sc-merchant/config/config.ts | |
|
||
|
||
|
||
``` | ||
|
||
|
||
|
||
```sh | ||
. | ||
├─┬ @typescript-eslint/eslint-plugin 6.21.0 | ||
│ └── ✕ unmet peer @typescript-eslint/parser@"^6.0.0 || ^6.0.0-alpha": found 5.62.0 | ||
├─┬ dva 2.5.0-beta.2 | ||
│ ├── ✕ unmet peer react@"15.x || ^16.0.0-0": found 18.3.1 | ||
│ ├── ✕ unmet peer react-dom@"15.x || ^16.0.0-0": found 18.3.1 | ||
│ └─┬ react-redux 5.1.2 | ||
│ └── ✕ unmet peer react@"^0.14.0 || ^15.0.0-0 || ^16.0.0-0": found 18.3.1 | ||
└─┬ @umijs/max 4.3.20 | ||
└─┬ @umijs/plugins 4.3.20 | ||
├─┬ @ahooksjs/use-request 2.8.15 | ||
│ └── ✕ unmet peer react@"^16.8.0 || ^17.0.0": found 18.3.1 | ||
├─┬ react-intl 3.12.1 | ||
│ └── ✕ unmet peer react@^16.3.0: found 18.3.1 | ||
└─┬ dva-loading 3.0.25 | ||
└── ✕ unmet peer dva-core@"^1.1.0 || ^1.5.0-0 || ^1.6.0-0": found 2.0.4 | ||
|
||
# highlight-next-line | ||
pnpm config set auto-install-peers true | ||
``` | ||
|
||
|
||
```sh | ||
# highlight-next-line | ||
% npx umi -v | ||
|
||
[email protected] | ||
|
||
COMPRESS=none umi build 可以关闭项目构建时的代码压缩功能, 方便调试项目的构建产物。 | ||
``` |