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