Open edeykholt opened 5 years ago
Did you fix this? I'm having this issue as well.
I'm not sure what your goal is, but this library is pretty far out of date.
Im not really using the libraby but I have the same issue with the npm post install on Windows
On Mon, Mar 16, 2020, 5:46 PM Dan Connolly notifications@github.com wrote:
I'm not sure what your goal is, but this library is pretty far out of date.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rchain-community/rchain-api/issues/69#issuecomment-599791862, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADSGLU6QZ4IPEJZBYFOFXMLRH2T57ANCNFSM4HJR7QIQ .
When installing on Windows 10, I received this error after npm install:
I adjusted package.json from: "postinstall": "cd rclient; npm install --no-package-lock", to: "postinstall": "npm install --no-package-lock rclient", and then it worked.