[Solved] Failed to install meteor on Windows 7

I tried as offical website describled
npm install -g meteor

my npm works, but install meteor failed, the debug log file is not allowed to upload here, I post some logs

296 timing action:install Completed in 17351789ms
297 verbose unlock done using C:\Users\YTX\AppData\Roaming\npm-cache_locks\staging-509bc7bc313d1bbf.lock for C:\Users\YTX\AppData\Roaming\npm\node_modules.staging
298 timing stage:rollbackFailedOptional Completed in 292ms
299 timing stage:runTopLevelLifecycles Completed in 17374215ms
300 verbose stack Error: meteor@2.5.2 install: node cli.js install
300 verbose stack Exit status 1
300 verbose stack at EventEmitter. (D:\nodejs\node_modules\npm\node_modules\npm-lifecycle\index.js:332:16)
300 verbose stack at EventEmitter.emit (events.js:315:20)
300 verbose stack at ChildProcess. (D:\nodejs\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
300 verbose stack at ChildProcess.emit (events.js:315:20)
300 verbose stack at maybeClose (internal/child_process.js:1026:16)
300 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
301 verbose pkgid meteor@2.5.2
302 verbose cwd D:\WorkInDD\Labeling\SW\SSE
303 verbose Windows_NT 6.1.7601
304 verbose argv “D:\nodejs\node.exe” “D:\nodejs\node_modules\npm\bin\npm-cli.js” “install” “-g” “meteor”
305 verbose node v13.12.0
306 verbose npm v6.14.4
307 error code ELIFECYCLE
308 error errno 1
309 error meteor@2.5.2 install: node cli.js install
309 error Exit status 1
310 error Failed at the meteor@2.5.2 install script.
310 error This is probably not a problem with npm. There is likely additional logging output above.
311 verbose exit [ 1, true ]

what’s problem?

where is to find NPM package with the right version

NPM Package Meteor Official Release
2.3.1 2.2.1
2.3.2 2.3.1
2.3.3 2.3.2
2.3.4 2.3.4
2.3.5 2.3.5
2.3.6 2.3.5
2.3.7 2.3.6
2.4.0 2.4
2.4.1 2.4
2.5.0 2.5
2.5.1 2.5.1
2.5.2 2.5.1

in my cmd,
npm -v

it prompts
6.x.x.

not 2.x.x

what’s the meaning?

after two day’s try, I install meteor@2.1.2 on windows 7, current v2.5.2 not work on my window 7