Theia: docker: errors after performing 'git init'

Created on 20 May 2020  路  10Comments  路  Source: eclipse-theia/theia

Bug Description:

Running git init with root user in the Theia Docker container causes it to crash after a Docker container restart.

Steps to Reproduce:

  1. Initialize Theia:latest Docker container by running the following docker-compose.yml file:
    sudo docker-compose -f eclipse-theia-compose.yml up -d
version: '2.2'

services:
  eclipse-theia:
    restart: always
    image: theiaide/theia:latest
    init: true
    environment:
      - VIRTUAL_HOST=subdomain1.domain.com,subdomain2.domain.com
      - LETSENCRYPT_HOST=subdomain1.domain.com,subdomain2.domain.com
      - [email protected]

  1. Import an Express and Node.js app into /home/project
  2. Run sudo exec docker -it -u 0 container_name /bin/bash to get shell on your container
  3. cd to /home/project and Run npm install in the project directory with the forementioned root priviledges to install needed packages
  4. Go to /home/project and do git init (for it said that it was already initialized, I clicked on the plus symbol in the Git tab)
  5. sudo docker stop container_name && sudo docker start container_name
  6. The container does not start up successfully, is stuck in a restarting state and sudo docker logs container_name prints out the file not found errors found below. (some of it was apparently cut off)


Additional Information

Log Output


root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR [git-locator: 1253] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [git-locator: 1294] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [git-locator: 1302] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [git-locator: 1332] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [git-locator: 1340] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [git-locator: 1348] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [git-locator: 1363] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root WARN Commiting pending changes before change accessor leaves due to read ac                                                                                                                                                             cess.
root WARN Commiting pending changes before change accessor leaves due to read ac                                                                                                                                                             cess.
root ERROR [git-locator: 1378] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [git-locator: 1386] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [git-locator: 1394] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [git-locator: 1402] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root INFO Checking whether '--no-optional-locks' can be used with the current Gi                                                                                                                                                             t executable. Minimum required version is '2.15.0'.
root INFO '--no-optional-locks' is a valid Git option for the current Git versio                                                                                                                                                             n: '2.24.3'.
root ERROR [git-locator: 1421] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [git-locator: 1429] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [git-locator: 1458] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [git-locator: 1466] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
process ERROR Error: spawn /home/theia/node_modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Failed to search: file:///home/project Error: spawn /home/theia/node_                                                                                                                                                             modules/vscode-ripgrep/bin/rg ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR Request clone failed with error: Unable to find path to repository on                                                                                                                                                              disk. Error: Unable to find path to repository on disk.
    at /home/theia/node_modules/dugite-no-gpl/build/lib/git-process.js:87:39
    at exithandler (child_process.js:301:5)
    at ChildProcess.errorhandler (child_process.js:313:5)
    at ChildProcess.emit (events.js:198:13)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:246:12)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
root ERROR [git-locator: 1502] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [git-locator: 1510] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [git-locator: 1521] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [git-locator: 1532] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [git-locator: 1540] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [git-locator: 1551] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [git-locator: 1559] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root INFO Changed application state from 'ready' to 'closing_window'.
root INFO >>> Storing the layout...
root INFO <<< The layout has been successfully stored.
root INFO >>> Stopping frontend contributions...
root INFO <<< All frontend contributions have been stopped.
root ERROR [git-locator: 1568] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root WARN Collided keybinding is ignored;  {"command":"actions.find","keybinding                                                                                                                                                             ":"ctrl+f","when":null}  collided with  {"command":"core.find","keybinding":"ctr                                                                                                                                                             lcmd+f"}
root WARN Could not register keybinding:
  {"command":"actions.find","keybinding":"ctrl+f","when":null}
Error: "ctrl+f" is in collision with something else [scope:0]
root WARN Collided keybinding is ignored;  {"command":"passthrough","keybinding"                                                                                                                                                             :"ctrl+f","context":"terminalActive"}  collided with  {"command":"terminal:find"                                                                                                                                                             ,"keybinding":"ctrlcmd+f","context":"terminalActive"}
root WARN Could not register keybinding:
  {"command":"passthrough","keybinding":"ctrl+f","context":"terminalActive"}
Error: "ctrl+f" is in collision with something else [scope:0]
root WARN Collided keybinding is ignored;  {"command":"passthrough","keybinding"                                                                                                                                                             :"ctrl+k","context":"terminalActive"}  collided with  {"command":"terminal:clear                                                                                                                                                             ","keybinding":"ctrlcmd+k","context":"terminalActive"}
root WARN Could not register keybinding:
  {"command":"passthrough","keybinding":"ctrl+k","context":"terminalActive"}
Error: "ctrl+k" is in collision with something else [scope:0]
root ERROR [nsfw-watcher: 1575] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1582] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1589] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1596] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1603] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1610] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR The nsfw-watcher server crashed 5 times in the last 3 minutes. The se                                                                                                                                                             rver will not be restarted.
root ERROR Uncaught Exception:  Error: Connection is closed.
root ERROR Error: Connection is closed.
    at throwIfClosedOrDisposed (/home/theia/node_modules/vscode-jsonrpc/lib/main                                                                                                                                                             .js:674:19)
    at Object.sendRequest (/home/theia/node_modules/vscode-jsonrpc/lib/main.js:7                                                                                                                                                             83:13)
    at /home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.j                                                                                                                                                             s:314:72
    at new Promise (<anonymous>)
    at /home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.j                                                                                                                                                             s:307:24
    at process._tickCallback (internal/process/next_tick.js:68:7)
root ERROR [git-locator: 1628] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root INFO Changed application state from 'ready' to 'closing_window'.
root INFO >>> Storing the layout...
root INFO <<< The layout has been successfully stored.
root INFO >>> Stopping frontend contributions...
root INFO <<< All frontend contributions have been stopped.
root WARN Collided keybinding is ignored;  {"command":"actions.find","keybinding                                                                                                                                                             ":"ctrl+f","when":null}  collided with  {"command":"core.find","keybinding":"ctr                                                                                                                                                             lcmd+f"}
root WARN Could not register keybinding:
  {"command":"actions.find","keybinding":"ctrl+f","when":null}
Error: "ctrl+f" is in collision with something else [scope:0]
root WARN Collided keybinding is ignored;  {"command":"passthrough","keybinding"                                                                                                                                                             :"ctrl+f","context":"terminalActive"}  collided with  {"command":"terminal:find"                                                                                                                                                             ,"keybinding":"ctrlcmd+f","context":"terminalActive"}
root WARN Could not register keybinding:
  {"command":"passthrough","keybinding":"ctrl+f","context":"terminalActive"}
Error: "ctrl+f" is in collision with something else [scope:0]
root WARN Collided keybinding is ignored;  {"command":"passthrough","keybinding"                                                                                                                                                             :"ctrl+k","context":"terminalActive"}  collided with  {"command":"terminal:clear                                                                                                                                                             ","keybinding":"ctrlcmd+k","context":"terminalActive"}
root WARN Could not register keybinding:
  {"command":"passthrough","keybinding":"ctrl+k","context":"terminalActive"}
Error: "ctrl+k" is in collision with something else [scope:0]
root ERROR [nsfw-watcher: 1636] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1643] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1650] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1657] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1664] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1671] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR The nsfw-watcher server crashed 5 times in the last 3 minutes. The se                                                                                                                                                             rver will not be restarted.
root ERROR Uncaught Exception:  Error: Connection is closed.
root ERROR Error: Connection is closed.
    at throwIfClosedOrDisposed (/home/theia/node_modules/vscode-jsonrpc/lib/main                                                                                                                                                             .js:674:19)
    at Object.sendRequest (/home/theia/node_modules/vscode-jsonrpc/lib/main.js:7                                                                                                                                                             83:13)
    at /home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.j                                                                                                                                                             s:314:72
    at new Promise (<anonymous>)
    at /home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.j                                                                                                                                                             s:307:24
    at process._tickCallback (internal/process/next_tick.js:68:7)
root WARN Collided keybinding is ignored;  {"command":"actions.find","keybinding                                                                                                                                                             ":"ctrl+f","when":null}  collided with  {"command":"core.find","keybinding":"ctr                                                                                                                                                             lcmd+f"}
root WARN Could not register keybinding:
  {"command":"actions.find","keybinding":"ctrl+f","when":null}
Error: "ctrl+f" is in collision with something else [scope:0]
root WARN Collided keybinding is ignored;  {"command":"passthrough","keybinding"                                                                                                                                                             :"ctrl+f","context":"terminalActive"}  collided with  {"command":"terminal:find"                                                                                                                                                             ,"keybinding":"ctrlcmd+f","context":"terminalActive"}
root WARN Could not register keybinding:
  {"command":"passthrough","keybinding":"ctrl+f","context":"terminalActive"}
Error: "ctrl+f" is in collision with something else [scope:0]
root WARN Collided keybinding is ignored;  {"command":"passthrough","keybinding"                                                                                                                                                             :"ctrl+k","context":"terminalActive"}  collided with  {"command":"terminal:clear                                                                                                                                                             ","keybinding":"ctrlcmd+k","context":"terminalActive"}
root WARN Could not register keybinding:
  {"command":"passthrough","keybinding":"ctrl+k","context":"terminalActive"}
Error: "ctrl+k" is in collision with something else [scope:0]
root ERROR [nsfw-watcher: 1678] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1685] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1692] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1699] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1706] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1713] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR The nsfw-watcher server crashed 5 times in the last 3 minutes. The se                                                                                                                                                             rver will not be restarted.
root ERROR Uncaught Exception:  Error: Connection is closed.
root ERROR Error: Connection is closed.
    at throwIfClosedOrDisposed (/home/theia/node_modules/vscode-jsonrpc/lib/main                                                                                                                                                             .js:674:19)
    at Object.sendRequest (/home/theia/node_modules/vscode-jsonrpc/lib/main.js:7                                                                                                                                                             83:13)
    at /home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.j                                                                                                                                                             s:314:72
    at new Promise (<anonymous>)
    at /home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.j                                                                                                                                                             s:307:24
    at process._tickCallback (internal/process/next_tick.js:68:7)
root WARN Collided keybinding is ignored;  {"command":"actions.find","keybinding                                                                                                                                                             ":"ctrl+f","when":null}  collided with  {"command":"core.find","keybinding":"ctr                                                                                                                                                             lcmd+f"}
root WARN Could not register keybinding:
  {"command":"actions.find","keybinding":"ctrl+f","when":null}
Error: "ctrl+f" is in collision with something else [scope:0]
root WARN Collided keybinding is ignored;  {"command":"passthrough","keybinding"                                                                                                                                                             :"ctrl+f","context":"terminalActive"}  collided with  {"command":"terminal:find"                                                                                                                                                             ,"keybinding":"ctrlcmd+f","context":"terminalActive"}
root WARN Could not register keybinding:
  {"command":"passthrough","keybinding":"ctrl+f","context":"terminalActive"}
Error: "ctrl+f" is in collision with something else [scope:0]
root WARN Collided keybinding is ignored;  {"command":"passthrough","keybinding"                                                                                                                                                             :"ctrl+k","context":"terminalActive"}  collided with  {"command":"terminal:clear                                                                                                                                                             ","keybinding":"ctrlcmd+k","context":"terminalActive"}
root WARN Could not register keybinding:
  {"command":"passthrough","keybinding":"ctrl+k","context":"terminalActive"}
Error: "ctrl+k" is in collision with something else [scope:0]
root ERROR [nsfw-watcher: 1720] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR Request watchFileChanges failed with error: Connection is closed. Err                                                                                                                                                             or: Connection is closed.
    at throwIfClosedOrDisposed (/home/theia/node_modules/vscode-jsonrpc/lib/main                                                                                                                                                             .js:674:19)
    at Object.sendRequest (/home/theia/node_modules/vscode-jsonrpc/lib/main.js:7                                                                                                                                                             83:13)
    at /home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.j                                                                                                                                                             s:314:72
    at new Promise (<anonymous>)
    at /home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.j                                                                                                                                                             s:307:24
root ERROR [nsfw-watcher: 1727] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1734] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1741] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1748] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1755] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR The nsfw-watcher server crashed 5 times in the last 3 minutes. The se                                                                                                                                                             rver will not be restarted.
root ERROR Uncaught Exception:  Error: Connection is closed.
root ERROR Error: Connection is closed.
    at throwIfClosedOrDisposed (/home/theia/node_modules/vscode-jsonrpc/lib/main                                                                                                                                                             .js:674:19)
    at Object.sendRequest (/home/theia/node_modules/vscode-jsonrpc/lib/main.js:7                                                                                                                                                             83:13)
    at /home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.j                                                                                                                                                             s:314:72
    at new Promise (<anonymous>)
    at /home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.j                                                                                                                                                             s:307:24
    at process._tickCallback (internal/process/next_tick.js:68:7)
root ERROR [nsfw-watcher: 1762] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root WARN Collided keybinding is ignored;  {"command":"actions.find","keybinding                                                                                                                                                             ":"ctrl+f","when":null}  collided with  {"command":"core.find","keybinding":"ctr                                                                                                                                                             lcmd+f"}
root WARN Could not register keybinding:
  {"command":"actions.find","keybinding":"ctrl+f","when":null}
Error: "ctrl+f" is in collision with something else [scope:0]
root WARN Collided keybinding is ignored;  {"command":"passthrough","keybinding"                                                                                                                                                             :"ctrl+f","context":"terminalActive"}  collided with  {"command":"terminal:find"                                                                                                                                                             ,"keybinding":"ctrlcmd+f","context":"terminalActive"}
root WARN Could not register keybinding:
  {"command":"passthrough","keybinding":"ctrl+f","context":"terminalActive"}
Error: "ctrl+f" is in collision with something else [scope:0]
root WARN Collided keybinding is ignored;  {"command":"passthrough","keybinding"                                                                                                                                                             :"ctrl+k","context":"terminalActive"}  collided with  {"command":"terminal:clear                                                                                                                                                             ","keybinding":"ctrlcmd+k","context":"terminalActive"}
root WARN Could not register keybinding:
  {"command":"passthrough","keybinding":"ctrl+k","context":"terminalActive"}
Error: "ctrl+k" is in collision with something else [scope:0]
root ERROR Request watchFileChanges failed with error: Connection is closed. Err                                                                                                                                                             or: Connection is closed.
    at throwIfClosedOrDisposed (/home/theia/node_modules/vscode-jsonrpc/lib/main                                                                                                                                                             .js:674:19)
    at Object.sendRequest (/home/theia/node_modules/vscode-jsonrpc/lib/main.js:7                                                                                                                                                             83:13)
    at /home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.j                                                                                                                                                             s:314:72
    at new Promise (<anonymous>)
    at /home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.j                                                                                                                                                             s:307:24
root ERROR Request watchFileChanges failed with error: Connection is closed. Err                                                                                                                                                             or: Connection is closed.
    at throwIfClosedOrDisposed (/home/theia/node_modules/vscode-jsonrpc/lib/main                                                                                                                                                             .js:674:19)
    at Object.sendRequest (/home/theia/node_modules/vscode-jsonrpc/lib/main.js:7                                                                                                                                                             83:13)
    at /home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.j                                                                                                                                                             s:314:72
    at new Promise (<anonymous>)
    at /home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.j                                                                                                                                                             s:307:24
root ERROR [nsfw-watcher: 1769] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1776] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1783] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1790] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1797] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR The nsfw-watcher server crashed 5 times in the last 3 minutes. The se                                                                                                                                                             rver will not be restarted.
root ERROR Uncaught Exception:  Error: Connection is closed.
root ERROR Error: Connection is closed.
    at throwIfClosedOrDisposed (/home/theia/node_modules/vscode-jsonrpc/lib/main                                                                                                                                                             .js:674:19)
    at Object.sendRequest (/home/theia/node_modules/vscode-jsonrpc/lib/main.js:7                                                                                                                                                             83:13)
    at /home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.j                                                                                                                                                             s:314:72
    at new Promise (<anonymous>)
    at /home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.j                                                                                                                                                             s:307:24
    at process._tickCallback (internal/process/next_tick.js:68:7)
root ERROR [nsfw-watcher: 1805] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root WARN Collided keybinding is ignored;  {"command":"actions.find","keybinding                                                                                                                                                             ":"ctrl+f","when":null}  collided with  {"command":"core.find","keybinding":"ctr                                                                                                                                                             lcmd+f"}
root WARN Could not register keybinding:
  {"command":"actions.find","keybinding":"ctrl+f","when":null}
Error: "ctrl+f" is in collision with something else [scope:0]
root WARN Collided keybinding is ignored;  {"command":"passthrough","keybinding"                                                                                                                                                             :"ctrl+f","context":"terminalActive"}  collided with  {"command":"terminal:find"                                                                                                                                                             ,"keybinding":"ctrlcmd+f","context":"terminalActive"}
root WARN Could not register keybinding:
  {"command":"passthrough","keybinding":"ctrl+f","context":"terminalActive"}
Error: "ctrl+f" is in collision with something else [scope:0]
root WARN Collided keybinding is ignored;  {"command":"passthrough","keybinding"                                                                                                                                                             :"ctrl+k","context":"terminalActive"}  collided with  {"command":"terminal:clear                                                                                                                                                             ","keybinding":"ctrlcmd+k","context":"terminalActive"}
root WARN Could not register keybinding:
  {"command":"passthrough","keybinding":"ctrl+k","context":"terminalActive"}
Error: "ctrl+k" is in collision with something else [scope:0]
root ERROR Request watchFileChanges failed with error: Connection is closed. Err                                                                                                                                                             or: Connection is closed.
    at throwIfClosedOrDisposed (/home/theia/node_modules/vscode-jsonrpc/lib/main                                                                                                                                                             .js:674:19)
    at Object.sendRequest (/home/theia/node_modules/vscode-jsonrpc/lib/main.js:7                                                                                                                                                             83:13)
    at /home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.j                                                                                                                                                             s:314:72
    at new Promise (<anonymous>)
    at /home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.j                                                                                                                                                             s:307:24
root ERROR Request watchFileChanges failed with error: Connection is closed. Err                                                                                                                                                             or: Connection is closed.
    at throwIfClosedOrDisposed (/home/theia/node_modules/vscode-jsonrpc/lib/main                                                                                                                                                             .js:674:19)
    at Object.sendRequest (/home/theia/node_modules/vscode-jsonrpc/lib/main.js:7                                                                                                                                                             83:13)
    at /home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.j                                                                                                                                                             s:314:72
    at new Promise (<anonymous>)
    at /home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.j                                                                                                                                                             s:307:24
root ERROR [nsfw-watcher: 1812] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1819] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1826] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1833] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR [nsfw-watcher: 1840] internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/theia/node_modules/@theia/core/lib/node/messagi                                                                                                                                                             ng/ipc-bootstrap.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
root ERROR The nsfw-watcher server crashed 5 times in the last 3 minutes. The se                                                                                                                                                             rver will not be restarted.
internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '@theia/core/lib/node/backend-application-config-provi                                                                                                                                                             der'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/home/theia/src-gen/backend/main.js:2:46)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '@theia/core/lib/node/backend-application-config-provi                                                                                                                                                             der'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/home/theia/src-gen/backend/main.js:2:46)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '@theia/core/lib/node/backend-application-config-provi                                                                                                                                                             der'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/home/theia/src-gen/backend/main.js:2:46)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '@theia/core/lib/node/backend-application-config-provi                                                                                                                                                             der'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/home/theia/src-gen/backend/main.js:2:46)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '@theia/core/lib/node/backend-application-config-provi                                                                                                                                                             der'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/home/theia/src-gen/backend/main.js:2:46)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '@theia/core/lib/node/backend-application-config-provi                                                                                                                                                             der'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/home/theia/src-gen/backend/main.js:2:46)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '@theia/core/lib/node/backend-application-config-provi                                                                                                                                                             der'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/home/theia/src-gen/backend/main.js:2:46)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '@theia/core/lib/node/backend-application-config-provi                                                                                                                                                             der'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/home/theia/src-gen/backend/main.js:2:46)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '@theia/core/lib/node/backend-application-config-provi                                                                                                                                                             der'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/home/theia/src-gen/backend/main.js:2:46)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '@theia/core/lib/node/backend-application-config-provi                                                                                                                                                             der'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/home/theia/src-gen/backend/main.js:2:46)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '@theia/core/lib/node/backend-application-config-provi                                                                                                                                                             der'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/home/theia/src-gen/backend/main.js:2:46)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '@theia/core/lib/node/backend-application-config-provi                                                                                                                                                             der'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/home/theia/src-gen/backend/main.js:2:46)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '@theia/core/lib/node/backend-application-config-provi                                                                                                                                                             der'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/home/theia/src-gen/backend/main.js:2:46)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '@theia/core/lib/node/backend-application-config-provi                                                                                                                                                             der'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/home/theia/src-gen/backend/main.js:2:46)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '@theia/core/lib/node/backend-application-config-provi                                                                                                                                                             der'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/home/theia/src-gen/backend/main.js:2:46)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '@theia/core/lib/node/backend-application-config-provi                                                                                                                                                             der'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/home/theia/src-gen/backend/main.js:2:46)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)

  • Operating System: CentOS 7
  • Theia Version: latest Docker image (not next, but stable!)
docker question

Most helpful comment

@marcdumais-work Thank you once again for replying.
Docker-compose is only used for setting up multiple containers in a row and the same can be achieved with docker run.
The requirement of root rights must've some weird kind of bug because this is no longer the case and it works perfectly without root.
Sudo is required in my setup apparently. Yes I do run it as root in that case and I am well aware of that.
So, the issue is solved and I think this issue can be closed down.

All 10 comments

I updated the issue so that others who wish to view the conversation do not need to scroll.
I'm not sure I understand the entire use-case, do you mind describing why you are performing the steps? ex (step 3, 6). If you are developing your own image should you not include the necessary packages beforehand?

@vince-fugnitto Thanks for replying. Theia is running behind a reverse proxy and is used as a development environment. The port 8080 is used for the hosting of the Node.js app using the in-built terminal. The specific use-case for Git is synchronization with the Git Server. I did Step 6 because my Frontend was not loading up and throwing 404 for some JS files.

@vince-fugnitto Thanks for replying. Theia is running behind a reverse proxy and is used as a development environment. The port 8080 is used for the hosting of the Node.js app using the in-built terminal. The specific use-case for Git is synchronization with the Git Server. I did Step 6 because my Frontend was not loading up and throwing 404 for some JS files.

@munchkindev no problem, are you using one of the images found under theia-apps as is as a development environment? (I assume theia:latest). Please note that these are example images (mainly for test and CI purposes).

I am using the https://hub.docker.com/r/theiaide/theia latest tag. Are those example images too? Where are the stable ones then?

I am using the https://hub.docker.com/r/theiaide/theia latest tag. Are those example images too? Where are the stable ones then?

Yes these are the same images, and are mainly used as a reference or example for others to create their own custom docker images to suit their needs (I thought I should clarify that for you).
There aren't any 'official' or 'stable' images necessarily.

Perhaps @marcdumais-work can help with the specific issue however.

Hi @munchkindev ,

Sorry, but I think I would need an end-to-end reproducible example to be able to help. You provided some instructions but they are incomplete. e.g. step 1, how to you initialize the container? Step 2: which app? Import it where? etc...

Is your goal to pre-populate the default workspace (/home/project) with your own application(s)? I'm not sure why you need to run the container to run as root?

@marcdumais-work thanks for replying. I expanded upon the vague details and updated the issue, I hope that will be of help.
Yes, my goal is to populate the default workspace with my own application, and I run the container with root priviledges to do npm install.

Hi @munchkindev

I am not familiar with docker-compose, so maybe I am missing something.

I run the container with root priviledges to do npm install.

That seems strange - normally it's not required to use root to do that, but could be something specific to your application? In step 3, the -u 0 parameter will I think give you a root shell in the container - so the project setup you do using that shell would most probably be owned by root. This I think will cause issues for the contained Theia application that runs as a non-privileged user.

My suggestion: try if possible to get rid of using the root user for you whole use-case. If not possible, at least chenge the ownership of all files under the workspace to the not-root user (theia most probably):
as root:
$> chown -R theia. /home/project

P.S. I notice you also use sudo to run docker - that's normally not required if one follows the official install instructions (hint: your non-privileged host user needs to be in the docker group).

@marcdumais-work Thank you once again for replying.
Docker-compose is only used for setting up multiple containers in a row and the same can be achieved with docker run.
The requirement of root rights must've some weird kind of bug because this is no longer the case and it works perfectly without root.
Sudo is required in my setup apparently. Yes I do run it as root in that case and I am well aware of that.
So, the issue is solved and I think this issue can be closed down.

@munchkindev Thanks for the follow-up! Closing this issue.

Was this page helpful?
0 / 5 - 0 ratings