Skip to content

Commit

Permalink
fix: fix ERR_INVALID_THIS error
Browse files Browse the repository at this point in the history
PNPM (<= 8.3.1) is not compatible with Node.js 20

pnpm/pnpm#6424
  • Loading branch information
mogeko committed Feb 11, 2024
1 parent 9323e84 commit fa3b5e7
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 19 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -31,9 +31,9 @@
"typescript": "^5.3.3",
"vite-node": "^1.2.2"
},
"packageManager": "pnpm@8.0.0",
"packageManager": "pnpm@8.15.1",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=8.0.0"
"pnpm": ">=8.3.1"
}
}
163 changes: 146 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa3b5e7

Please sign in to comment.