From c3d49d643c37696d0cbe12f52bde5d4b4527324c Mon Sep 17 00:00:00 2001 From: Yingchun Date: Thu, 1 Feb 2024 20:18:50 +0800 Subject: [PATCH] fix: node resource download error --- core/runtime/android/runtime/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/runtime/android/runtime/build.gradle b/core/runtime/android/runtime/build.gradle index 76e148f2..a04aaef9 100755 --- a/core/runtime/android/runtime/build.gradle +++ b/core/runtime/android/runtime/build.gradle @@ -98,7 +98,7 @@ apply plugin: 'com.moowork.node' node { version = '12.13.0' - distBaseUrl = "https://npm.taobao.org/mirrors/node" + distBaseUrl = "https://direct.nodejs.org/dist/" download = true workDir = file("../.gradle/node") nodeModulesDir = file("../../../framework")