1
0
mirror of https://github.com/lencx/ChatGPT.git synced 2024-10-01 01:06:13 -04:00

Merge pull request #464 from mrdulin/fix/node-version-compatible-issue

This commit is contained in:
lencx 2023-02-21 11:31:40 +08:00 committed by GitHub
commit d99dee990a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

2
.npmrc Normal file
View File

@ -0,0 +1,2 @@
registry=https://registry.npmjs.org/
engine-strict=true

View File

@ -74,5 +74,8 @@
"typescript": "^4.9.4", "typescript": "^4.9.4",
"vite": "^4.0.0", "vite": "^4.0.0",
"vite-tsconfig-paths": "^4.0.2" "vite-tsconfig-paths": "^4.0.2"
},
"engines": {
"node": "^14.18.0 || ^16.0.0"
} }
} }