what a great sample! It builds and runs perfectly on Windows, but not so on mac catalina.
the service builds and runs. I had a problem with the app. it showed a "failed to find WebAssembly" message when i issued "npm start" command.
solution: node does not run alongside graalvm. After removing graal, the app shows the page at port 3000.
however, the page is not functional, there is no intellisense and no evaluation.
what a great sample! It builds and runs perfectly on Windows, but not so on mac catalina.
the service builds and runs. I had a problem with the app. it showed a "failed to find WebAssembly" message when i issued "npm start" command.
solution: node does not run alongside graalvm. After removing graal, the app shows the page at port 3000.
however, the page is not functional, there is no intellisense and no evaluation.