From 2635a441613436c41effbaa947b5cd5a6a150b06 Mon Sep 17 00:00:00 2001 From: terwer Date: Fri, 8 Mar 2024 12:04:37 +0800 Subject: [PATCH] fix: add node-fetch-native --- README.md | 2 +- jvue-front/package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0b5885..95d6b36 100644 --- a/README.md +++ b/README.md @@ -103,4 +103,4 @@ Have fun and enjoy! You can contribute simplely by create a pull request for me -For detailed explanation on how things work, please visit [author's blog](https://blog.terwergreen.com). \ No newline at end of file +For detailed explanation on how things work, please visit [author's blog](https://terwer.space). \ No newline at end of file diff --git a/jvue-front/package.json b/jvue-front/package.json index 2305e31..06de2e5 100644 --- a/jvue-front/package.json +++ b/jvue-front/package.json @@ -19,6 +19,7 @@ "express": "^4.16.4", "font-awesome": "^4.7.0", "highlight.js": "^11.6.0", + "node-fetch-native": "^1.4.1", "nuxt": "^2.15.8" }, "devDependencies": {