Skip to content

Commit 48a586d

Browse files
fix: node resource download failed error (#660)
fix: node resource download error
1 parent e0c9a60 commit 48a586d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/runtime/android/runtime/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ apply plugin: 'com.moowork.node'
9898

9999
node {
100100
version = '12.13.0'
101-
distBaseUrl = "https://npm.taobao.org/mirrors/node"
101+
distBaseUrl = "https://direct.nodejs.org/dist/"
102102
download = true
103103
workDir = file("../.gradle/node")
104104
nodeModulesDir = file("../../../framework")

0 commit comments

Comments
 (0)