rchain-community / rchain-api

An API for rchain dapps to communicate with the blockchain
Other
22 stars 12 forks source link

npm install fails postinstall on Windows #69

Open edeykholt opened 5 years ago

edeykholt commented 5 years ago

When installing on Windows 10, I received this error after npm install:

3356 error code ELIFECYCLE 3357 error errno 1 3358 error rchain-api@0.9.2-beta.4 postinstall: cd rclient; npm install --no-package-lock

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.

LegendaryZReborn commented 4 years ago

Did you fix this? I'm having this issue as well.

dckc commented 4 years ago

I'm not sure what your goal is, but this library is pretty far out of date.

LegendaryZReborn commented 4 years ago

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 .