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软件包的安装失败,出现无关的软件包错误的主要内容,如果未能解决你的问题,请参考以下文章
执行命令时代码构建失败并出现错误:npm install。原因:退出状态 127