使用 NPM 在 MacOS 和 Arch Linux 中全局安装 Ngrok 的问题
Posted
技术标签:
【中文标题】使用 NPM 在 MacOS 和 Arch Linux 中全局安装 Ngrok 的问题【英文标题】:Issue with Global Install of Ngrok in MacOS and Arch Linux with NPM 【发布时间】:2020-02-19 14:03:18 【问题描述】:我面临的问题:
我正在尝试在我的 MacOS 上全局安装 ngrok。但是当我安装它时,它给了我这个:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! ngrok@3.2.5 postinstall: `node ./postinstall.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ngrok@3.2.5 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/careaxiom/.npm/_logs/2019-10-23T10_16_49_550Z-debug.log
与sudo
相同
【问题讨论】:
【参考方案1】:在 gitHub 上讨论它是什么原因造成的,但现在它工作得很好
sudo npm install -g ngrok --unsafe-perm=true --allow-root
【讨论】:
以上是关于使用 NPM 在 MacOS 和 Arch Linux 中全局安装 Ngrok 的问题的主要内容,如果未能解决你的问题,请参考以下文章
npm 在 macOS 上用“/Users/myusername”替换“^”
[为什么在macOS Catalina上为Angular项目运行npm install时出现这些故障?
[Tools] Install npm packages globally without sudo on macOS and Linux