-
Notifications
You must be signed in to change notification settings - Fork 32
Build Failing #30
Comments
Also fail with node 13 yarn install v1.22.4 |
I'm also experiencing this issue on my own repo.
|
This looks like it may be related to #25. However this looks a little different. |
Tried this command
git clone https://github.com/theia-ide/yangster-electron.git
&& cd yangster-electron
&& yarn
&& yarn build
&& yarn package
Failed with the following error message.
.
.
.
[2/4] 🚚 Fetching packages...
warning [email protected]: The engine "vscode" appears to be invalid.
warning [email protected]: The engine "vscode" appears to be invalid.
[3/4] 🔗 Linking dependencies...
warning "@theia/git > @theia/scm > [email protected]" has unmet peer dependency "react@^0.14.0 || ^15.0.0 || ^16.0.0".
warning "@theia/git > @theia/scm > [email protected]" has unmet peer dependency "react-dom@^0.14.0 || ^15.0.0 || ^16.0.0".
warning "theia-yang-extension > yang-sprotty > sprotty > [email protected]" has incorrect peer dependency "snabbdom@~0.6.6".
warning "@theia/cli > [email protected]" has unmet peer dependency "request@2..".
warning "@theia/cli > @theia/application-manager > [email protected]" has unmet peer dependency "font-awesome@>=4.3.0".
warning "@theia/cli > @theia/application-manager > font-awesome-webpack > [email protected]" has incorrect peer dependency "less@^2.3.1".
warning Workspaces can only be enabled in private projects.
[4/4] 🔨 Building fresh packages...
[1/10] ⠠ nsfw
[6/10] ⠠ find-git-repositories
[3/10] ⠠ @theia/node-pty
[4/10] ⠠ drivelist
error /Users/kousikan.veeramuthu/Downloads/yangster-electron/node_modules/vscode-ripgrep: Command failed.
Exit code: 1
Command: node ./lib/postinstall.js
Arguments:
Directory: /Users/kousikan.veeramuthu/Downloads/yangster-electron/node_modules/vscode-ripgrep
Output:
Finding release for v11.0.1-2
GET https://api.github.com/repos/microsoft/ripgrep-prebuilt/releases/tags/v11.0.1-2
Deleting invalid download cache
Downloading ripgrep failed: Error: Request failed: 403
at ClientRequest.https.get.response (/Users/kousikan.veeramuthu/Downloads/yangster-electron/node_modules/vscode-ripgrep/lib/download.js:106:24)
at Object.onceWrapper (events.js:281:20)
at ClientRequest.emit (events.js:193:13)
at HTTPParser.parserOnIncomingClient [as onIncoming] (_http_client.js:560:23)
at HTTPParser.parserOnHeadersComplete (_http_common.js:113:17)
at TLSSocket.socketOnData (_http_client.js:447:22)
at TLSSocket.emit (events.js:193:13)
The text was updated successfully, but these errors were encountered: