We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See title.
git clone --depth 1 https://github.com/eclipse-theia/theia.git \ cd theia \ yarn
Full log:
akos.kitta@Akoss-MacBook-Pro Desktop % git clone --depth 1 https://github.com/eclipse-theia/theia.git Cloning into 'theia'... remote: Enumerating objects: 2153, done. remote: Counting objects: 100% (2153/2153), done. remote: Compressing objects: 100% (1827/1827), done. remote: Total 2153 (delta 786), reused 603 (delta 263), pack-reused 0 Receiving objects: 100% (2153/2153), 3.72 MiB | 4.28 MiB/s, done. Resolving deltas: 100% (786/786), done. akos.kitta@Akoss-MacBook-Pro Desktop % cd theia akos.kitta@Akoss-MacBook-Pro theia % yarn yarn install v1.22.4 $ node-gyp install gyp info it worked if it ends with ok gyp info using [email protected] gyp info using [email protected] | darwin | x64 gyp http GET https://nodejs.org/download/release/v10.15.3/node-v10.15.3-headers.tar.gz gyp http 200 https://nodejs.org/download/release/v10.15.3/node-v10.15.3-headers.tar.gz gyp http GET https://nodejs.org/download/release/v10.15.3/SHASUMS256.txt gyp http 200 https://nodejs.org/download/release/v10.15.3/SHASUMS256.txt 10.15.3 gyp info ok [1/5] 🔍 Validating package.json... [2/5] 🔍 Resolving packages... [3/5] 🚚 Fetching packages... warning [email protected]: The engine "vscode" appears to be invalid. warning [email protected]: The engine "vscode" appears to be invalid. [4/5] 🔗 Linking dependencies... warning " > [email protected]" has unmet peer dependency "chai@^4.1.2". warning "workspace-aggregator-8f764eb6-9825-4e42-8cb0-72ccd0ddbc64 > @theia/application-manager > [email protected]" has unmet peer dependency "font-awesome@>=4.3.0". warning "workspace-aggregator-8f764eb6-9825-4e42-8cb0-72ccd0ddbc64 > @theia/debug > [email protected]" has unmet peer dependency "request@2.*.*". warning "workspace-aggregator-8f764eb6-9825-4e42-8cb0-72ccd0ddbc64 > @theia/messages > [email protected]" has unmet peer dependency "react@>=16.3.3". warning "workspace-aggregator-8f764eb6-9825-4e42-8cb0-72ccd0ddbc64 > @theia/messages > [email protected]" has unmet peer dependency "react-dom@>=16.3.3". warning "workspace-aggregator-8f764eb6-9825-4e42-8cb0-72ccd0ddbc64 > @theia/scm > [email protected]" has unmet peer dependency "react@^0.14.0 || ^15.0.0 || ^16.0.0". warning "workspace-aggregator-8f764eb6-9825-4e42-8cb0-72ccd0ddbc64 > @theia/scm > [email protected]" has unmet peer dependency "react-dom@^0.14.0 || ^15.0.0 || ^16.0.0". warning "workspace-aggregator-8f764eb6-9825-4e42-8cb0-72ccd0ddbc64 > @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. [5/5] 🔨 Building fresh packages... [8/14] ⠈ nsfw [10/14] ⠈ drivelist [13/14] ⠈ vscode-ripgrep [12/14] ⠈ oniguruma error /Users/akos.kitta/Desktop/theia/node_modules/vscode-ripgrep: Command failed. Exit code: 1 Command: node ./lib/postinstall.js Arguments: Directory: /Users/akos.kitta/Desktop/theia/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: 401 at ClientRequest.https.get.response (/Users/akos.kitta/Desktop/theia/node_modules/vscode-ripgrep/lib/download.js:106:24) at Object.onceWrapper (events.js:277:13) at ClientRequest.emit (events.js:189:13) at HTTPParser.parserOnIncomingClient [as onIncoming] (_http_client.js:556:21) at HTTPParser.parserOnHeadersComplete (_http_common.js:109:17) at TLSSocket.socketOnData (_http_client.js:442:20) at TLSSocket.emit (events.js:189:13) ^C akos.kitta@Akoss-MacBook-Pro theia %
The text was updated successfully, but these errors were encountered:
I have wiped the yarn cache and it works now; must have been an issue with my dev env.
Sorry, something went wrong.
No branches or pull requests
Bug Description:
See title.
Steps to Reproduce:
Full log:
Additional Information
The text was updated successfully, but these errors were encountered: