Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm glitchy on Visual Studio 2019 image when using node v14 #3502

Open
jacobq opened this issue Jul 29, 2020 · 1 comment
Open

npm glitchy on Visual Studio 2019 image when using node v14 #3502

jacobq opened this issue Jul 29, 2020 · 1 comment

Comments

@jacobq
Copy link

jacobq commented Jul 29, 2020

When nodejs_version is set to "14" attempting to run npm on Visual Studio 2019 image (usually but not always) results in Command exited with code -1073741819. Works fine with "12" or with default.

Repro: https://github.com/jacobq/appveyor-bug--npm-path
CI results: https://ci.appveyor.com/project/jacobq/appveyor-bug-npm-path/builds/34376049/job/rtxuejxf6xg0gxq5

@FeodorFitsner
Copy link
Member

Thanks for the repro! While we are investigating please switch Node to x64 version which works without glitches:

Install-Product node $env:nodejs_version x64

kevinoid added a commit to kevinoid/node-project-template that referenced this issue Jul 31, 2020
To work around appveyor/ci#3502.

Note: The AppVeyor-specific %PLATFORM% environment variable[1] is not
set when platform is not configured.  %PROCESSOR_ARCHITECTURE% is set by
default on Windows.[2]

[1]: https://www.appveyor.com/docs/environment-variables/
[2]: https://superuser.com/q/305901

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
devoto13 added a commit to devoto13/karma that referenced this issue Aug 7, 2020
johnjbarton pushed a commit to karma-runner/karma that referenced this issue Aug 10, 2020
anthony-redFox pushed a commit to anthony-redFox/karma that referenced this issue May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants