Hyeoksu Han

Results 2 comments of Hyeoksu Han

I faced the same issue when tried to install MongoDB 4.2 on Amazon linux (not Amazon linux2) using this role. My temp workaround is that fix the "mongodb_repository" value for...

I'm not windows user so I didn’t test it but try this. c:\path\to\naivechain> set HTTP_PORT=3001 c:\path\to\naivechain> set P2P_PORT=6001 c:\path\to\naivechain> npm start or fix the start script in package.json ```json {...