HarmonyOS 鸿蒙Next 开发工具升级到3.0后运行时总提示 entry-default build js failed 错误

发布于 1周前 作者 vueper 来自 鸿蒙OS

HarmonyOS 鸿蒙Next 开发工具升级到3.0后运行时总提示 entry-default build js failed 错误

question.png

开发工具升级到3.0后,不管创建哪类工程,运行时,总提示 entry-default build js failed错误。查了很多相关贴,没找到原因。


更多关于HarmonyOS 鸿蒙Next 开发工具升级到3.0后运行时总提示 entry-default build js failed 错误的实战系列教程也可以访问 https://www.itying.com/category-93-b0.html

8 回复

开发者您好,可以按照楼上大佬说的看看哈,如果不行的话,给一下这个地方的详细报错截图哈!

cke_789.png

更多关于HarmonyOS 鸿蒙Next 开发工具升级到3.0后运行时总提示 entry-default build js failed 错误的实战系列教程也可以访问 https://www.itying.com/category-93-b0.html


Executing tasks: [:entry:assembleDebug] in project C:\Users\Administrator\DevEcoStudioProjects\jsWeb  
> Task :entry:preBuild  
> Task :entry:mergeDebugJavaResource UP-TO-DATE  
> Task :entry:compileDebugIdl NO-SOURCE  
> Task :entry:preDebugBuild  
> Task :entry:mergeDebugResources UP-TO-DATE  
> Task :entry:mergeDebugProfile UP-TO-DATE  
> Task :entry:processDebugProfile UP-TO-DATE  
> Task :entry:compileDebugResources UP-TO-DATE  
> Task :entry:compileDebugRFile UP-TO-DATE  
> Task :entry:generateDebugBuildConfig UP-TO-DATE  
> Task :entry:packageDebugRClass UP-TO-DATE  
> Task :entry:compileDebugJavaWithJavac UP-TO-DATE  
> Task :entry:generateDebugJsManifest UP-TO-DATE  
> Task :entry:compileDebugEtsWithNode NO-SOURCE  
> Task :entry:compileDebugJsWithNode FAILED  

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':entry:compileDebugJsWithNode'.
> entry-default build js failed.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 7s
13 actionable tasks: 3 executed, 10 up-to-date

您这是win 7的系统吗?以下是DevEco的环境要求哈!
操作系统:Windows10 64 位
内存:8GB 及以上
硬盘:100GB 及以上
分辨率:1280*800 像素及以上

HarmonyOS的分布式技术让我实现了跨设备的无缝协作,工作效率翻倍。

是不是这样操作:

q1.png

加入到:

q2.png

环境变量是key+value;key和value分别如何写?

开发者您好,相关问题已经反馈给工作人员,稍后会再次回复您,感谢您对华为开发者论坛的支持。

这可能是你电脑安装的NodeJs和开发工具集成的NodeJs问题,你可以把开发工具Node路径,复制到电脑环境变量,也就是说电脑Node以开发工具集成的为准。

针对HarmonyOS鸿蒙Next开发工具升级到3.0后运行时提示“entry-default build js failed”错误的问题,可能的原因及解决方法如下:

  1. 检查项目配置

    • 确认config.json文件中的配置是否正确,特别是与入口文件相关的配置,如entry字段是否指向了正确的JS文件。
  2. 依赖管理

    • 检查项目依赖是否完整,是否有缺失的模块或库。可以尝试重新安装或更新项目依赖。
  3. 编译缓存

    • 清除开发工具中的编译缓存。在开发工具中通常可以找到清除缓存的选项,尝试清除后重新编译项目。
  4. 代码问题

    • 检查entry-default入口文件及其依赖的JS文件中是否存在语法错误或逻辑错误。特别是新升级的开发工具可能对代码的规范性要求更高。
  5. 开发工具版本兼容性

    • 确认当前项目是否兼容鸿蒙开发工具3.0版本。有时开发工具升级后,旧项目需要做一些适配才能正常运行。

如果以上方法均未能解决问题,可能是开发工具本身存在的bug或特定项目配置导致的问题。此时,建议直接联系官网客服获取更专业的帮助。官网地址是: https://www.itying.com/category-93-b0.html

回到顶部