Skip to content

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

@Russell-Newton

Description

@Russell-Newton

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions