我正在尝试安装nodetime
模块来分析我的nodejs
应用程序..
当我run > npm
安装nodetime
文件时下载。但是当node-gyp
重建运行时。
我收到以下错误。
命令失败:CreateProcessW:访问被拒绝
同样的事情发生,当我尝试下载v8-profiler
.
Nodejs 版本:0.8.15
节点gyp:0.7.1
我已经在运行窗口 7 的开发机器和将托管此应用程序的 Windows Server 2008 上尝试了此操作。
任何帮助表示赞赏。如果需要更多解释,请告诉我
更新:
抱歉,我有一段时间忽略了这篇文章。与我认为是 nodetime 的作者的人聊天,这里是 nodetime 在 Windows 上运行所需的东西。
Python 2.7 版
如果在 Windows 上,python 的 PATH 环境变量应该包括 python.exe 例如:C:\Python27\Python.exe
它需要 Visual C++ Express 版本和 Windows 7 64 位 SDK 附带的 CPP 编译器(64 位版本的 nodejs 需要 SDK 编译器)。
希望这可以帮助。