2016-07-01 2 views
1

Ungit 업데이트 후 작업이 중단되었습니다. 문제가 무엇인지 말해 주시겠습니까? 내가 ungit 오류를 실행할 때 :업데이트 후 Ungit 작동이 중지되었습니다.

module.js:327 throw err; ^

Error: Cannot find module 'npm' at Function.Module._resolveFilename (module.js:325:15) at Function.Module._load (module.js:276:25) at Module.require (module.js:353:17) at require (internal/module.js:12:17) at Object. (C:\Users\ashev_000\AppData\Roaming\npm\node_modules\ungit\src\sysinfo.js:10:11) at Module._compile (module.js:409:26) at Object.Module._extensions..js (module.js:416:10) at Module.load (module.js:343:32) at Function.Module._load (module.js:300:12) at Module.require (module.js:353:17) at require (internal/module.js:12:17)

답변

1

나는 비슷한 문제가있었습니다. 그러나, 나는 ungit을 아주 오랫동안 설치했고 같은 오류를 경험했다.

이 문제가 내 경우 그냥 ungit의 작업 버전을보고 싶어에서

v0.10.2

에 고유 한 것으로 보인다. 최신 버전의 특정 기능이 필요하지 않으므로 새로 설치를 제거하고 이전 버전으로 되돌 렸습니다.

NPM 제거 -g ungit

NPM은 -g ungit 설치 @ "v0.10.1"

GitHub의에 티켓이 문제 위한있다

을 "오류를 시작 신선한 # 766를 설치 한 후" https://github.com/FredrikNoren/ungit/issues/766

관련 문제