我正在开发一个项目,我尝试运行 gradle 包装器,但构建失败,出现以下错误:
:gulpConstantDev FAILED
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task :gulpConstantDev.
gulp not installed in node_modules, please first run gradle installGulp
Run Code Online (Sandbox Code Playgroud)
然后我运行了grade installGulp,但构建再次失败,并出现以下错误:
What went wrong:
A problem occurred evaluating root project 'gateway'.
Failed to apply plugin [class 'io.spring.gradle.dependencymanagement.DependencyManagementPlugin']
Could not create task of type 'DependencyManagementReportTask'.
Run Code Online (Sandbox Code Playgroud)
我是一名新手程序员,对 Stack Overflow 还很陌生。预先感谢您的任何帮助!