Skip to content

Instantly share code, notes, and snippets.

@another-guy
Created March 1, 2019 17:01
Show Gist options
  • Save another-guy/01c7c2c7e9dfbd8cfa8ee5d7977bc05e to your computer and use it in GitHub Desktop.
Save another-guy/01c7c2c7e9dfbd8cfa8ee5d7977bc05e to your computer and use it in GitHub Desktop.

$ which lerna /c/Program Files/nodejs/lerna

$ lerna --version 3.9.0

$ lerna bootstrap lerna notice cli v3.9.0 lerna info Bootstrapping 3 packages lerna info Symlinking packages and binaries lerna info lifecycle schema-explorer@0.0.1~postinstall: schema-explorer@0.0.1

schema-explorer@0.0.1 postinstall C:\github\my-monorepo\packages\sql-helpers node ./node_modules/vscode/bin/install

Detected VS Code engine version: ^1.31.0 Error installing vscode.d.ts: Error: Request returned status code: 500 Details: Internal Server Error lerna info lifecycle schema-explorer@0.0.1~postinstall: Failed to exec postinstall script lerna ERR! lifecycle "postinstall" errored in "schema-explorer", exiting 1

Igor@MY-LAPTOP MINGW64 /c/github/my-monorepo (master) $ lerna bootstrap lerna notice cli v3.9.0 lerna info Bootstrapping 3 packages lerna info Symlinking packages and binaries lerna info lifecycle schema-explorer@0.0.1~postinstall: schema-explorer@0.0.1

schema-explorer@0.0.1 postinstall C:\github\my-monorepo\packages\sql-helpers node ./node_modules/vscode/bin/install

Detected VS Code engine version: ^1.31.0 Error installing vscode.d.ts: Error: getaddrinfo ENOTFOUND vscode-update.azurewebsites.net vscode-update.azurewebsites.net:443 lerna info lifecycle schema-explorer@0.0.1~postinstall: Failed to exec postinstall script lerna ERR! lifecycle "postinstall" errored in "schema-explorer", exiting 1

Igor@MY-LAPTOP MINGW64 /c/github/my-monorepo (master) $ lerna bootstrap lerna notice cli v3.9.0 lerna info Bootstrapping 3 packages lerna info Symlinking packages and binaries lerna info lifecycle schema-explorer@0.0.1~postinstall: schema-explorer@0.0.1

schema-explorer@0.0.1 postinstall C:\github\my-monorepo\packages\sql-helpers node ./node_modules/vscode/bin/install

Detected VS Code engine version: ^1.31.0 Found minimal version that qualifies engine range: 1.31.0 Fetching vscode.d.ts from: https://raw.githubusercontent.com/Microsoft/vscode/7c66f58312b48ed8ca4e387ebd9ffe9605332caa/src/vs/vscode.d.ts vscode.d.ts successfully installed!

lerna success Bootstrapped 3 packages

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