我正在尝试安装sharp模块,这需要:
c ++编译器 - 我下载了Visual Studio 2017和visual c ++构建工具
node-gyp - 已成功安装
但是运行' npm install -g sharp'我收到了很多错误
- gyp ERR!堆栈错误:
E:\VS\MSBuild\15.0\Bin\MSBuild.exe
失败
退出代码:1
- gyp ERR!在ChildProcess.onExit堆栈
(C:\ Users \用户名为myUsername \应用程序数据\漫游\ NPM \ node_modules \ NPM \ node_modules \节点-GYP \利
\ build.js:258:23)
- gyp ERR!堆栈在emitTwo(events.js:125:13)
- gyp ERR!堆栈在ChildProcess.emit(events.js:213:7)
- gyp ERR!在Process.ChildProcess._handle.onexit堆栈
(内部/ child_process.js:200:12)
- gyp ERR!系统Windows_NT 10.0.15063
- gyp ERR!命令" C:\ Program Files \ nodejs \ node.exe"
- " C:\ Users \用户名为myUsername \应用程序数据\漫游\ NPM \ node_modules \ NPM \点头
_modules \节点-GYP \ BIN \节点gyp.js" "重建"
- gyp ERR! cwd C:\ Users \ MyUsername \ AppData \ Roaming \ npm \ node_modules \ sharp
- gyp ERR! node -v v8.5.0
- gyp ERR! node-gyp -v v3.6.2
- gyp ERR!不行。
- npm WARN错误:EPERM:不允许操作,取消链接
- ' C:\ Users \用户名为myUsername \应用程序数据\漫游\ NPM \ node_modules \尖锐\ node_modu
ES \颜色名\的package.json'
- npm WARN {错误:EPERM:不允许操作,取消链接
' C:\ Users \用户名为myUsername \应用程序数据\漫游\ NPM \ node_modules \尖锐\ node_m
dules \颜色名\的package.json'
- npm WARN stack:'错误:EPERM:不允许操作,取消链接
\' C:\ Users \用户名为myUsername \应用程序数据\漫游\ NPM \ node_module
\尖锐\ node_modules \颜色名\的package.json \'',
- npm WARN errno:-4048,
- npm WARN代码:' EPERM',
- npm WARN系统调用:'取消链接',
- npm WARN路径:
- ' C:\ Users \用户名为myUsername \应用程序数据\漫游\ NPM \ node_modules \尖锐\ node_modules \颜色名\的package.json'
}
- npm ERR!代码ELIFECYCLE npm ERR!错误1 npm ERR! sharp@0.18.3
安装:
node-gyp rebuild
npm ERR!退出状态1
如果重要 - 我是Windows用户