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

Server: NPM install fails due node-pty problem during lerna bootstrap execution #34

Closed
alejandrocoding opened this issue Sep 4, 2018 · 2 comments

Comments

@alejandrocoding
Copy link
Contributor

When you run npm install to fetch all the packages, there is a postscript after installation (postinstall) to bootstrap by lerna that it fails in version 10 of node.

Current versions:

  • npm: 6.2.0
  • node: 10.7.0

The problem actually resides in a dependency version of node-pty.
There is a fix in the release log of node-pty. This was merged in version 0.7.5.

More info:
issue: microsoft/node-pty#192
commit: microsoft/node-pty@79b5b0c

@alejandrocoding alejandrocoding changed the title NPM install fails due node-pty problem during lerna execution NPM install fails due node-pty problem during lerna bootstrap execution Sep 4, 2018
@alejandrocoding alejandrocoding changed the title NPM install fails due node-pty problem during lerna bootstrap execution Server: NPM install fails due node-pty problem during lerna bootstrap execution Sep 4, 2018
@manekinekko
Copy link
Member

does #35 fix this issue?

@alejandrocoding
Copy link
Contributor Author

yes

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

No branches or pull requests

2 participants