You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select suitable Node.js version at rollup-time for emscripten image
Emscripten builder image has two Node.js, installed with Emscripten and
nodesource distribution.
Recent rollup requires Node.js newer than 15, but the one installed with
Emscripten is too old (v12). Therefore, we need to prefer nodesource
distributed one at rollup-time.
Ideally, we should update Emscripten base image version and avoid
multi-version Node.js toolchains.
0 commit comments