Grafana v9.0.3 on IBM zLinux #5266
-
Hi, Grafana v9.0.3 is using a version of @swc/core (v1.2.160) which was giving the "Unsupported Architecture" error in IBM z-Linux (s390x) machines. I have now changed the Grafana package.json to use the latest version of @swc/core v1.2.218. Now I get a different error "Bindings not found" as shown in the error in below screenshot (on executing: yarn start). From PR (#5233) swc is supposed to interop between @swc/core and @swc/wasm. Could you pls give me any relevant configuration details to be included in package.json? Am I supposed to explicitly include @swc/wasm (v1.2.218) in package.json? Pls help. My environment is: |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
I'm seeing you're repeating same question, but there's really no way to provide any suggestion / help if you do not provide necessary details to debug such as proper installation log, error messages, NOT the runtime error message itself. |
Beta Was this translation helpful? Give feedback.
-
Yarn does not generate separate installation logs in the file system. I have attached both yarn install and yarn start logs that we get to see in the console. |
Beta Was this translation helpful? Give feedback.
-
While there's some lacks of info for further debugging, Note this does not mean it resolves all of the problems. There are some known issues with fallback bindings, which supposed to be investigated further and it should be filed separately. |
Beta Was this translation helpful? Give feedback.
-
I finally got it to work... it's a bit hacky but acts as a guide. |
Beta Was this translation helpful? Give feedback.
While there's some lacks of info for further debugging,
@swc/core
meanwhile got some updates to relieve additional pkg installation via #5322. It is not released yet, but once new@swc/core
released it'll be applied.Note this does not mean it resolves all of the problems. There are some known issues with fallback bindings, which supposed to be investigated further and it should be filed separately.