-
Notifications
You must be signed in to change notification settings - Fork 65
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
Comments
Thanks for the repro! While we are investigating please switch Node to x64 version which works without glitches:
|
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 <[email protected]>
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
When
nodejs_version
is set to"14"
attempting to runnpm
onVisual Studio 2019
image (usually but not always) results inCommand 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
The text was updated successfully, but these errors were encountered: