Yeoman npm安装在Windows上失败

我正在尝试使用npm在我的64位Windows 10机器上安装Yeoman发生器。 它不断失败,并出现以下错误。 我以pipe理员身份运行,并尝试了许多不同的交换机组合,甚至运行最新版本的节点(6.2.0)。 有任何想法吗?

npm WARN deprecated cross-spawn-async@2.2.4: cross-spawn no longer requires a build toolchain, use it instead! npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm npm ERR! Windows_NT 10.0.10586 npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\paulsumm\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "yo" npm ERR! node v6.2.0 npm ERR! npm v3.9.0 npm ERR! path C:\Users\paulsumm\AppData\Roaming\npm\node_modules\yo\lib\cli.js npm ERR! code ENOENT npm ERR! errno -4058 npm ERR! syscall chmod npm ERR! enoent ENOENT: no such file or directory, chmod 'C:\Users\paulsumm\AppData\Roaming\npm\node_modules\yo\lib\cli.js' npm ERR! enoent ENOENT: no such file or directory, chmod 'C:\Users\paulsumm\AppData\Roaming\npm\node_modules\yo\lib\cli.js' npm ERR! enoent This is most likely not a problem with npm itself npm ERR! enoent and is related to npm not being able to find a file. npm ERR! enoent 

尝试安装以前的版本:

 npm install -g yo@1.8.1