fatal error - cygheap base mismatch detected - 0x13A1410/0x13D1410

拈花ヽ惹草 提交于 2019-12-11 08:33:56

问题


I was trying to install poppe using this command npm install popper --save but I got a bunch of errors like this error message:

      3 [main] sh (28644) C:\Program Files\Git\usr\bin\sh.exe: *** fatal error - cygheap base mismatch detected - 0x13A1410/0x13D1410.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
      1 [main] sh 956 fork: child -1 - forked process 28644 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
      2 [main] sh (24104) C:\Program Files\Git\usr\bin\sh.exe: *** fatal error - cygheap base mismatch detected - 0x13A1410/0x11B1410.

What is the problem and how can I fix?

来源:https://stackoverflow.com/questions/56201929/fatal-error-cygheap-base-mismatch-detected-0x13a1410-0x13d1410

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!