I am working on a project and I tried to run the gradle wrapper but the build failed and I got the following error:
: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
I then ran grade installGulp
, but the build failed again and I got the following error:
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'.
I am a novice programmer and I'm fairly new to Stack Overflow. Thanks in advance for any help!