Skip to content

Commit

Permalink
fix: node resource download failed error (#660)
Browse files Browse the repository at this point in the history
fix: node resource download error
  • Loading branch information
ZhangYingchun-OPPO authored Feb 2, 2024
1 parent e0c9a60 commit 48a586d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/runtime/android/runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 48a586d

Please sign in to comment.