Skip to content

Commit

Permalink
feat: README.md and "engines": {
Browse files Browse the repository at this point in the history
                        "node": ">=20.0.0"
                      },
  • Loading branch information
marvin-season-bankup committed Aug 28, 2024
1 parent da01254 commit 7c9822f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions package.json
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": {
Expand Down

0 comments on commit 7c9822f

Please sign in to comment.