Code -1073741819
Hi !
In the Modernizr repo we have been having problems with our node 14 pipeline. It always ends with Command exited with code -1073741819
in various stages of the installation (not the test). Moreover, the same tests pass on node 10 and 12 and on Travis on node 10, 12 and 14. I leave links to a couple of these errors:
- https://ci.appveyor.com/project/rejas/modernizr/builds/33844485/job/7vhg1gixlejc4qu7
- https://ci.appveyor.com/project/rejas/modernizr/builds/33873075/job/amtqdpvlaq2qog3f
- https://ci.appveyor.com/project/rejas/modernizr/builds/33873936/job/gaurj6flrktput5g
- https://ci.appveyor.com/project/rejas/modernizr/builds/33877675/job/7t4617vhqf1to2s2
- https://ci.appveyor.com/project/rejas/modernizr/builds/34844910/job/ulay1dmsj8rfjsao
- https://ci.appveyor.com/project/PatrickKettner/modernizr/builds/34968928/job/0rmhflcrqx0bila0
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 03 Sep, 2020 03:31 PM
It's Node 14.x bug in x86 version specifically: https://github.com/appveyor/ci/issues/3407#issuecomment-680316850
Use
x64
version instead:2 Posted by Markel on 03 Sep, 2020 04:58 PM
Seems to work. Thank you very much.
https://github.com/Modernizr/Modernizr/pull/2597