fix(database): cannot find module 'node-fetch' (#3335)

This commit is contained in:
chenos 2024-01-06 10:35:59 +08:00 committed by GitHub
parent 2ab9f8625e
commit 5ff7f686b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,14 +21,14 @@
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mathjs": "^10.6.1", "mathjs": "^10.6.1",
"nanoid": "^3.3.6", "nanoid": "^3.3.6",
"node-fetch": "^2.6.7",
"qs": "^6.11.2", "qs": "^6.11.2",
"semver": "^7.3.7", "semver": "^7.3.7",
"sequelize": "^6.26.0", "sequelize": "^6.26.0",
"umzug": "^3.1.1" "umzug": "^3.1.1"
}, },
"devDependencies": { "devDependencies": {
"@types/glob": "^7.2.0", "@types/glob": "^7.2.0"
"node-fetch": "^2.6.7"
}, },
"repository": { "repository": {
"type": "git", "type": "git",