NPM软件包的安装失败,出现无关的软件包错误

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了NPM软件包的安装失败,出现无关的软件包错误相关的知识,希望对你有一定的参考价值。

我在我的节点应用程序上执行此命令:

npm install --save-dev typescript

我收到此错误:

> libpq@1.8.8 install /Users/prmph/Dropbox/Repositories/Alt/node_modules/libpq
> node-gyp rebuild

/bin/sh: pg_config: command not found
gyp: Call to 'pg_config --libdir' returned exit status 127 while in binding.gyp. while trying to load binding.gyp
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1

打字稿与pg_config有什么关系?

我的package.json中有一些与Postgres相关的包,但为什么安装特定的包与已经安装的包有关

答案

安装新软件包时,npm还会安装package.json缺少的软件包

在安装新软件包之前,尝试从干净状态开始。

以上是关于NPM软件包的安装失败,出现无关的软件包错误的主要内容,如果未能解决你的问题,请参考以下文章

安装vs2013出现: 安装时发生严重错误,如图

NPM node-sass 安装失败

执行命令时代码构建失败并出现错误:npm install。原因:退出状态 127

npm install failed EPROTO 获取请求失败

npm,bower安装失败

在 npm install 上出现错误,因为 npm ERR cb() 从未调用过