Murat Doğan

Results 46 comments of Murat Doğan

Hi, We don't use `sudo` command. This is the install command `prebuild-install || (npm install --ignore-scripts && npm run _prebuild)` Are you trying to install the library globally?

``` murat@murat-pc:~/js/temp$ node -v v16.14.2 murat@murat-pc:~/js/temp$ npm i node-datachannel added 1 package, and audited 60 packages in 4s 7 packages are looking for funding run `npm fund` for details found...

Everybody talking about adding `unsafe-perm=true` to file `.npmrc`. But why is this required? If you guide me to create a test env on AWS, I can take a look.

Hi @kare, I am closing this for now. If you have further comments, please reopen it.

Hi, Thank you PR, but I can't get the point? What is these submodules?

peer-send and peer-recv folders seems like a sub repo. I can't see the files.

Hi I am using GitHub to build binaries. GitHub does not have Mac arm64 system yet unfortunately.

Sorry for late reply. Thanks for the comments.

Ok. Good points. Let me check it.

Here is what I found till now. * `macos-latest` and `macos-11` are same OS * According to this issue https://github.com/actions/virtual-environments/issues/2187 github does not support Mac M1 yet * XCode compiler...