Skip to content

npm install fails postinstall on Windows #69

@edeykholt

Description

@edeykholt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions