X Tutup
The Wayback Machine - https://web.archive.org/web/20230217013539/https://github.com/nodejs/node/commit/f515156fab
Skip to content
Permalink
Browse files
doc: add Powershell oneliner to get Windows version
Co-authored-by: Michaël Zasso <targos@protonmail.com>

PR-URL: #30289
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
saitonakamura authored and targos committed May 1, 2021
1 parent 16606d0 commit f515156
Showing 1 changed file with 1 addition and 1 deletion.
@@ -15,7 +15,7 @@ repo. https://github.com/nodejs/help
Please fill in as much of the template below as you're able.
Version: output of `node -v`
Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
Platform: output of `uname -a` (UNIX), or output of `"$([Environment]::OSVersion | ForEach-Object VersionString) $(if ([Environment]::Is64BitOperatingSystem) { "x64" } else { "x86" })"` in PowerShell console (Windows)
Subsystem: if known, please specify affected core module name
-->

0 comments on commit f515156

Please sign in to comment.
X Tutup