ran composer require drupal/deploy

Resulted in

Using version ^1.0@beta for drupal/deploy
./composer.json has been updated
Gathering patches for root package.
Loading composer repositories with package information
Updating dependencies (including require-dev)
    1/10:	https://ftp.drupal.org/files/projects/key_value-8.x-1.1.zip
    2/10:	https://ftp.drupal.org/files/projects/deploy-8.x-1.0-beta21.zip
    3/10:	https://ftp.drupal.org/files/projects/multiversion-8.x-1.0-beta1.zip
    4/10:	https://ftp.drupal.org/files/projects/workspace-8.x-1.0-beta23.zip
    5/10:	https://ftp.drupal.org/files/projects/replication-8.x-1.0-beta24.zip
    6/10:	https://codeload.github.com/relaxedws/couchdb-replicator/legacy.zip/40b0c1915cbcaffab54fd422f8bfee95457cb5cd
    7/10:	https://codeload.github.com/graphp/algorithms/legacy.zip/abebbc44109f65c2962cd66f048ea3b8563e0a4a
    8/10:	https://codeload.github.com/graphp/graph/legacy.zip/07ce1e2f6d5be2ff600ce13660b25f25cf928c66
    9/10:	https://codeload.github.com/relaxedws/lca/legacy.zip/c192d3f2c63af5114001ac8ad0eb5e7434584bf3
    10/10:	https://codeload.github.com/relaxedws/couchdb-client/legacy.zip/ab6537a03145ebfffafd05db93624a4dd8398295
    Finished: success: 10, skipped: 0, failure: 0, total: 10
Package operations: 10 installs, 0 updates, 0 removals
Gathering patches for root package.
Gathering patches for dependencies. This might take a minute.
  - Installing relaxedws/couchdb (2.0.3): Loading from cache
  - Installing relaxedws/replicator (1.4.0): Loading from cache
  - Installing drupal/key_value (1.1.0): Loading from cache
  - Installing clue/graph (v0.9.1): Loading from cache
  - Installing graphp/algorithms (v0.8.2): Loading from cache
  - Installing relaxedws/lca (dev-master c192d3f): Cloning c192d3f2c6 from cache
  - Installing drupal/multiversion (1.0.0-beta1): Loading from cache
  - Installing drupal/replication (1.0.0-beta24): Loading from cache
  - Installing drupal/workspace (1.0.0-beta23): Loading from cache
  - Installing drupal/deploy (1.0.0-beta21): Loading from cache
clue/graph suggests installing graphp/graphviz (GraphViz graph drawing / DOT output)
Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead.
Package jaimeperez/twig-configurable-i18n is abandoned, you should avoid using it. Use simplesamlphp/twig-configurable-i18n instead.
Package zendframework/zend-diactoros is abandoned, you should avoid using it. Use laminas/laminas-diactoros instead.
Package zendframework/zend-escaper is abandoned, you should avoid using it. Use laminas/laminas-escaper instead.
Package zendframework/zend-feed is abandoned, you should avoid using it. Use laminas/laminas-feed instead.
Package zendframework/zend-stdlib is abandoned, you should avoid using it. Use laminas/laminas-stdlib instead.
Writing lock file
Generating autoload files
ocramius/package-versions:  Generating version class...
ocramius/package-versions: ...done generating version class

Ran drush en deploy -y

Resulted in

In SqlContentEntityStorage.php line 794:
                                                                         
  Update existing 'node' entity while changing the ID is not supported.  
                                                                         

In SqlContentEntityStorage.php line 794:
                                                                         
  Update existing 'node' entity while changing the ID is not supported.  
                                                                         

In SqlContentEntityStorage.php line 846:
                                                                         
  Update existing 'node' entity while changing the ID is not supported.  
                                                                         

In ContentEntityStorageBase.php line 706:
                                                                         
  Update existing 'node' entity while changing the ID is not supported.  
                                                                         

Comments

shelane created an issue.