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
I'm getting error below when trying to build. I'm using a fresh installed node.js (12.9.0) and EMSDK on Ubuntu 20.04 AMD64. Seems to be a syntax error in emulator-files.json. I've created PR: #13
Running:
node makefile.js emscripten
Yields:
undefined:389
}
^
SyntaxError: Unexpected token } in JSON at position 9852
at JSON.parse (<anonymous>)
at load_json (/home/martin/halfix/makefile.js:21:17)
at Object.<anonymous> (/home/martin/halfix/makefile.js:27:16)
at Module._compile (internal/modules/cjs/loader.js:1138:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)
at Module.load (internal/modules/cjs/loader.js:986:32)
at Function.Module._load (internal/modules/cjs/loader.js:879:14)
at Function.executeUserEntryPoint [as runMain] (intern
The text was updated successfully, but these errors were encountered:
mthiim
changed the title
Problems compiling
Problems building (syntax error in makefile.js).
Oct 15, 2020
I'm getting error below when trying to build. I'm using a fresh installed node.js (12.9.0) and EMSDK on Ubuntu 20.04 AMD64. Seems to be a syntax error in emulator-files.json. I've created PR: #13
Running:
node makefile.js emscripten
Yields:
The text was updated successfully, but these errors were encountered: