简体   繁体   English

NPM 由于流 mmmagic 安装失败

[英]NPM install fails due to stream-mmmagic

I am using npm module named "stream-mmmagic": "^2.1.0" in my package.json, When I am running npm install. I am using npm module named "stream-mmmagic": "^2.1.0" in my package.json, When I am running npm install. I am getting the following error.我收到以下错误。

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! mmmagic@0.5.3 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the mmmagic@0.5.3 install 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:

At present, I am using these versions目前,我正在使用这些版本

node version is 10.15.1

python version is 2.7.17

nvm running version is 1.1.7

How to fix the above error, Please help me resolve the error.如何解决上述错误,请帮助我解决错误。

Thanks in advance提前致谢

This looks like to be a generic installation error, which you can find multiple solutions in this Github issue page , I would recommend a good look through the comments, and let us know when you found the solution.这似乎是一个通用的安装错误,您可以在此Github 问题页面中找到多种解决方案,我建议您仔细查看评论,并在找到解决方案时告诉我们。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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