Gaurav Agarwal

Results 24 comments of Gaurav Agarwal

@jakeday Hey, thanks for your work. Is the camera support for Surface Book 3 down the roadmap anytime soon?

> Find the complete logs attached > > [2022-02-12T07_57_19_753Z-debug.log](https://github.com/openzim/mwoffliner/files/8053030/2022-02-12T07_57_19_753Z-debug.log) You can find the complete logs attached here. I ran the following command inside the project folder: `npm ci` after cloning...

So, should I try with Virtual box only? I have an Ubuntu machine on my AWS ec2 instance as well, getting some error there as well, should I explore that...

okay, thanks. Will try using a virtual box. But, I think we can work on the bug for making it work with WSL as well. As many developers today are...

I'll try exploring this alongside, let me know if you've any leads already that can help.

I'm still getting the same error while installing the dependencies using `npm ci`. I am building the code repo for development purposes. @juuz0 Here, BTW, what's the need of cloning...

Using `--unsafe-perm` flag with `sudo npm i -g mwoffliner` works well for me on WSL (without cloning the repo as I am installing the package globally). But, for dev purposes,...

> Using `--unsafe-perm` flag with `sudo npm i -g mwoffliner` works well for me on WSL It didn't work earlier because I was using nvm for nodejs and npm. So,...

As I mentioned earlier, I spinned up a remote Ubuntu machine on AWS, SSHed into it from my vscode and tried building the repo there using `npm ci`. And, I...