We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fastNpmInstall
1 parent 092f105 commit fa9a1eaCopy full SHA for fa9a1ea
1 file changed
src/main/kotlin/com/github/gradle/node/NodeExtension.kt
@@ -136,7 +136,7 @@ open class NodeExtension(project: Project) {
136
* Requires npm 7 or later
137
* This will become the default in 4.x
138
*/
139
- val fastNpmInstall = project.objects.property<Boolean>().convention(false)
+ val fastNpmInstall = project.objects.property<Boolean>().convention(true)
140
141
/**
142
* Disable functionality that requires newer versions of npm
0 commit comments