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

[Bug]: npm run iterate fails on Windows 11 if VCRedist not installed #177

Open
TheCodeTherapy opened this issue Nov 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@TheCodeTherapy
Copy link
Contributor

TheCodeTherapy commented Nov 2, 2024

Describe the bug

  • This is not exactly a but, but a limitation to be documented for windows users.

After cloning the repo and installing all packages with npm install, trying to run the project with npm run iterate fails if VCRedist is not installed on Windows 11 (not installed by default on the OS).

This was tested on:
Windows PowerShell 5.1.26100.2161
Windows PowerShell 7.4.6
GitBash (git version 2.47.0.windows.2 + GNU bash, version 5.2.37(1)-release (x86_64-pc-msys))

The following error message appears and the build process hangs (freezes, it doesn't exit with a non 0 return code):

ExperimentalWarning: WASI is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)

Expected behavior

The project should build and run

How to reproduce the bug

On any environment listed as tested on this issue description:

1- Clone the repo
2- npm install
3- npm run iterate

Link to the code that reproduces this bug

No response

Extra details

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant