Strongloop 无法在 Windows 7 中安装,sqlite3@3.0.5 无法执行安装脚本

Strongloop fails to install in Windows 7, sqlite3@3.0.5 Failed to exec install script

我遵循了 strongloop 预安装要求 (http://docs.strongloop.com/display/SL/Installing+Node+and+StrongLoop+on+Windows),一切设置都没有问题。但是,每次我执行

npm install -g npm

安装失败。在 npm-debug.log 我看到失败的原因是

info sqlite3@3.0.5 Failed to exec install script

sqlite3 已成功安装到全局模块中。

我在管理员模式下打开了我的 CMD,默认情况下它在

中打开
c:\Windows\system32

正在执行

  c:\Windows\system32> npm install -g strongloop 

因问题中的错误而失败。但是,从 C:\ 执行是可以的。

C:\> npm install -g npm