You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tkrah Sorry, I didn't realize that the npm command is implicit. And I could not found a 'npm run <task_name>' example.
Now I know, the problem is solved.
Simplist example, no
no docs
no examples
just guess
just FAQ
···
task buildWebapp(type: NpmTask) {
dependsOn pnpmInstall
npmCommand = ['run', 'build']
}
···
Gradle is dieing
The text was updated successfully, but these errors were encountered: