cost 262 ms
为什么在我的 CentOS 7.9 VM 上安装 zeromq 时出现涉及 node-gyp 的错误? - Why am I getting an error involving node-gyp when installing zeromq on my CentOS 7.9 VM?

我的 Windows 机器上有一个 NextJS 应用程序,并且能够毫无问题地使用 zeromq package。 但是当我尝试在我的 CentOS 7.9 VM 上安装相同的项目时,我收到了一些与 node-gyp 相关的错误。 我尝试在其他线程上执行一些步骤,但没有解决我的问题。 我还从 pa ...

如何解决 gyp ERR: stack Error: `make` failed with exit code? 2? - How to solve gyp ERR! stack Error: `make` failed with exit code: 2?

我克隆了别人制作的 repo 来开发 theia 扩展。 我为构建运行了yarn命令,但出现以下错误。 在谷歌上搜索,我删除node_modules 、 package-lock.json 、 yarn.lock ,并将节点版本降级为14,但出现同样的错误。 当我执行npm install时,出现 ...

node-gyp 失败:找不到任何要使用的 Visual Studio 安装 - node-gyp failing: Could not find any Visual Studio installation to use

npm 安装失败我有一个节点(vue3)项目,我正在尝试为其安装软件包。 安装过程中途失败,特别是 package node-gyp gyp 导致了问题。 该程序具有以下依赖项: 依赖关系 开发依赖 节点版本:v14.18.1 npm版本:v6.14.15 错误日志 node-gyp无法找到有 ...

npm 安装的 mac 上的 node-gyp 构建错误 - 错误:`make` 失败,退出代码 - node-gyp build error on mac for npm install - Error: `make` failed with exit code

我有一个 Vue.js 应用程序,我正在尝试在我的本地 Mac 机器上设置它。 但是当我使用npm install安装依赖时,出现以下错误 起初它显示一个错误,说找不到python2 。 现在我已经安装并切换到 Python2,现在这个错误来了。 我几乎尝试了所有方法,但问题仍未解决。 请在下面找到 ...

用于 NWJS 模块的 Import.dll 导致“#import of type library is an unsupported Microsoft feature” - Import .dll for NWJS module causes '#import of type library is an unsupported Microsoft feature'

我的应用程序有一个遗留模块。 它使用来自其他软件的外部 dll。 如果我运行这个命令 它会产生一些警告,但会编译(其中 0.34.3 是 nw.js 版本) 但是如果我运行这个命令 我收到以下错误 据我了解,主要错误是编译器无法导入外部库,抛出#import of type library is ...

Raspberry Pi 4 上的 node-gyp 串行端口构建错误 - node-gyp serialport build error on Raspberry Pi 4

我有一个在 Raspberry Pi 4 上运行的 nodejs electron 应用程序。最新的 raspberry pi 操作系统不会构建应用程序(并且较旧的操作系统版本不会在最新的硬件上运行。)我很确定这以串行端口serialport为中心。 我试过用串口 package 构建一个简单的se ...

尝试构建遗留节点/角度/离子应用程序,在 node-gyp 命令上失败 - Trying to build legacy node/angular/ionic application, failing on node-gyp command

赏金将在 21 小时后到期。 此问题的答案有资格获得+50声望赏金。 柏林布朗正在寻找一个有信誉的来源的答案。 我正在尝试构建一个旧的应用程序 angular/ionic 但似乎只在 node-gyp sass 命令上失败。 我能做些什么? 这是 package.json: 使用当前的构建系统: ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM