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

Error retrieving installed EMSDK version: ENOENT: no such file or directory, open '<sdk-location>\emscripten-releases-tags.txt' #8

Open
Russell-Newton opened this issue Sep 26, 2022 · 0 comments

Comments

@Russell-Newton
Copy link

Problem

This PR in the emsdk repo replaced emscripten-releases-tags.txt with emscripten-releases-tags.json. Parsing this file works exactly like the .txt version. This makes the getReleasesTags function in common.js fail.

I noticed this issue when I attempted to make use of emscripten-build in a project. I believe the issue also arises when attempting to install emscripten-sdk

Steps to Reproduce

Attempt to use npx emscripten build in a project with emscripten-build as a dependency.

Suggested Solution

Replace .txt in the file linked above with .json

Russell-Newton added a commit to Russell-Newton/emscripten-sdk-npm that referenced this issue Sep 26, 2022
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

1 participant