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.
1 parent 4049e21 commit 3a7ef7eCopy full SHA for 3a7ef7e
build.gradle.kts
@@ -84,7 +84,7 @@ configure<IdeaModel>{
84
85
configure<NodeExtension> {
86
version = "7.6.0"
87
- npmVersion = "4.2.0"
+ npmVersion = "4.3.0"
88
download = true
89
workDir = file("${project.buildDir}/nodejs")
90
npmWorkDir = file("${project.buildDir}/npm")
package.json
@@ -94,6 +94,6 @@
94
},
95
"engines": {
96
"node": ">= 7.6.0",
97
- "npm": ">= 4.2.0"
+ "npm": ">= 4.3.0"
98
}
99
0 commit comments