Open mk-pmb opened 2 years ago
Having the same issue, did you happen to find a solution?
I had to postpone investigation. Maybe I can continue tonight.
This happened to me when upgrading from node 12 to 16, this info might be useful. It seems that perhaps as node 16 has native module support it is not compatible.
My dev machine ran Node.js v16.15.0, so that's not it. I added clarification in my original post.
Hi! I'm not sure where to start debugging, can you help me? Everything worked well on my dev machine:
(using Node.js v16.15.0, npm v8.5.5, Ubuntu 20.04.4 LTS focal.)
… but on GitHub Actions, like in this run, esm called via esmod-pmb just prints a path and lots of code:
The final part "E: 1 tests failed." is from my bash script, indicating that nodejs exited with non-zero return code. It also indicates that nodejs's output was cut off mid-line. What went wrong here? Can we make the "error message" more helpful?