Skip to content

[Bug]: Cannot install @openviking/dsh-memory-plugin from npm - package not published #4036

Description

@11pmsleep

Bug Description

The README of examples/dsh-memory-plugin says the published package can be installed via:

dsh plugin --profile default add @openviking/dsh-memory-plugin

But this fails because the package @openviking/dsh-memory-plugin is not published to npm (the @openviking scope has no published packages at all).

Steps to Reproduce

  1. Clone the OpenViking repo (or any machine with @deepseek-ai/dsh@0.1.0-rc.6 installed)
  2. Try the published-package install command from the README:
dsh plugin --profile default add @openviking/dsh-memory-plugin
  1. Observe failure:
npm error 404 Not Found - GET https://registry.npmjs.org/@openviking%2fdsh-memory-plugin - Not found
npm error 404 The requested resource '@openviking/dsh-memory-plugin@*' could not be found

Direct registry check also confirms:

curl https://registry.npmjs.org/@openviking%2Fdsh-memory-plugin
# → {"error":"Not found"}

Expected Behavior

Either:

  • The npm package @openviking/dsh-memory-plugin is published so the README's install command works, or
  • The README marks the published-package route as "not yet published / coming soon" and only documents the source-path install method (dsh plugin --profile default add ./examples/dsh-memory-plugin)

Environment

Note

For now, users installing from source also need to run npm ci inside examples/dsh-memory-plugin/ before dsh will boot, because the bundle imports @deepseek-ai/dsh-llm / @deepseek-ai/dsh-tools which are not resolvable from the source directory (peerDependencies are not auto-resolved when installed via link:). This might be worth documenting as well.

Context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions