运行“npm"返回“错误:找不到模块‘继承’"; [英] Running "npm" returns "Error: Cannot find module 'inherits'"

查看:66
本文介绍了运行“npm"返回“错误:找不到模块‘继承’";的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

module.js:340
throw err;
      ^
Error: Cannot find module 'inherits'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (/usr/lib/node_modules/npmconf/npmconf.js:3:16)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)

推荐答案

在用尽其他可能性(重新安装 npm 和其他各种 nodejs 包)后,我终于尝试了简单的一种.:-)

After exhausting other possibilities (re-installing npm and various other nodejs packages), I finally tried the simple one. :-)

sudo yum install nodejs-inherits*

这对我有用.

这篇关于运行“npm"返回“错误:找不到模块‘继承’";的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆