Bootstrap 4 致命错误-检测到cygheap碱基不匹配-0x13A1410/0x13D1410

Bootstrap 4 致命错误-检测到cygheap碱基不匹配-0x13A1410/0x13D1410,bootstrap-4,cygwin,mismatch,Bootstrap 4,Cygwin,Mismatch,我试图使用以下命令安装poppernpm install popper--save,但出现了一系列错误,如以下错误消息: 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 ver

我试图使用以下命令安装
popper
npm install popper--save
,但出现了一系列错误,如以下错误消息:

      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.

问题是什么?我该如何解决?

已在超级用户处回答:@JulianKnight:谢谢。例如,我添加了
C:\ProgramFiles\Git\usr\bin\sh.exe
,但它会打开一个弹出窗口,其中包含我可以检查的菜单选项。我应该检查哪些选项?只是两个ASLR选项?问题在于强制随机化选项,只需将其关闭。已在超级用户上回答:@JulianKnight:谢谢。例如,我添加了
C:\ProgramFiles\Git\usr\bin\sh.exe
,但它会打开一个弹出窗口,其中包含我可以检查的菜单选项。我应该检查哪些选项?只是两个ASLR选项?问题在于强制随机化选项,请关闭它。