You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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:
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
The text was updated successfully, but these errors were encountered: