-
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.
Showing
2 changed files
with
7 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 |
---|---|---|
|
@@ -11,6 +11,10 @@ git checkout -b yourbranch | |
```shell | ||
pnpm i | ||
``` | ||
控制台出现如下安装信息,终止跳过即可 | ||
```text | ||
nonode_modules/.pnpm/[email protected][email protected]/node_modules/canvas: Running install script, failed in 7.3s (skipped as optional) | ||
``` | ||
|
||
以下命令会启动所有相关的工程 | ||
```shell | ||
|
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 |
---|---|---|
@@ -1,5 +1,8 @@ | ||
{ | ||
"name": "marvin", | ||
"engines": { | ||
"node": ">=20.0.0" | ||
}, | ||
"private": true, | ||
"workspaces": [], | ||
"scripts": { | ||
|