diff --git a/nodejs.json b/nodejs.json index 563e9937ba..fb06611bcd 100644 --- a/nodejs.json +++ b/nodejs.json @@ -17,5 +17,5 @@ # Remove npmrc that makes global modules get installed in AppData\\Roaming\\npm rm $dir\\nodejs\\node_modules\\npm\\npmrc npm update -g", - "checkver": "
Current Version: v([0-9\\.]+)
" + "checkver": "\\s*Current Version: v([0-9\\.]+)" }