Yolan Maldonado

Results 16 comments of Yolan Maldonado

Sorry, I should not have changed this. :)

I did not take into account the init option, good catch ! :sweat_smile: I've tested it now, and it should work. I added an 'Init' boolean argument to the 3...

> Instead of adding a new boolean, wouldn't it make more sense to utilize `write=True`, which already exists? Good question. I don't think so since the relation between write and...

I'll test it tomorrow !

Pushed a fix here: https://github.com/OriginTrail/ot-node/pull/1739 Should work. Or just run `npm config set unsafe-perm true` before running `npm install`

More info on my setup: ```bash npm -v 8.3.1 node -v v16.14.0 ``` On older version of node / npm it may not fix the problem since the command into...

> Thanks @Y0lan will find some time during next week to test out and check the soultion Any update ?

The idea here is that I was trying to make my own Dockerfile, installing otnode into it using Calvin's script. For that I needed a way to launch it without...

Did some clean up. Sorry for the useless files added to the request. Can someone test it out and tell me if they find any misbehaviour ?

> Hey there, so I tested your docker build on my testnet that already has a dockerless node running on default rpc port 8900 and port 9000. I went ahead...