Kotlin / kotlin-frontend-plugin

Gradle Kotlin (http://kotlinlang.org) plugin for frontend development
Apache License 2.0
561 stars 69 forks source link

Download NodeJS if not present by default, or at least give better warning #129

Open rnett opened 5 years ago

rnett commented 5 years ago

Currently, if you try to use the plugin without node installed, the npm-install task fails. Unless you have downloadNodeJsVersion = "latest".

It would be nice to either make downloading the latest version the default behavior if node isn't found, or mention downloadNodeJsVersion more prominently in the docs, and especially in the warning message if npm isn't found.