Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install fails postinstall on Windows #69

Open
edeykholt opened this issue May 1, 2019 · 3 comments
Open

npm install fails postinstall on Windows #69

edeykholt opened this issue May 1, 2019 · 3 comments

Comments

@edeykholt
Copy link

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

3356 error code ELIFECYCLE
3357 error errno 1
3358 error [email protected] 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
Copy link

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

@dckc
Copy link
Collaborator

dckc commented Mar 16, 2020

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

@LegendaryZReborn
Copy link

LegendaryZReborn commented Mar 16, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants