Ananthu C V

Results 7 comments of Ananthu C V

Clicking on the SD card button does not even work for me.

@Julow I would love it if we could get this to work, and I am willing to contribute as well. I am a complete beginner with all these though, so...

Thanks for being so detailed. Never played with Java before so this definitely helps. If I get some time, I'll try to make some sense out of the things and...

@Julow thanks a lot for the work on this. And thanks a bunch to @cbjx as well for the huge help in the process. I want to help, but my...

> Can you show me the Node.js version? ```bash $ node -v v18.18.0 $ npm -v 9.8.1 ``` EDIT: Also confirmed with `node v20.8.0` and `npm v10.1.0`

Maybe `yarnpkg` has to be moved to before`yarn` in the case statements to account for the scenarios where `yarn` and `yarnpkg` are both installed at a time?

@mfreeman451 the tests run during build time, and by default there is no root access during build time. It can be given root access, but it's a bit tedious and...