Skip to content

fix(research): use workspace protocol for @autoview/interface dependency#185

Open
lhg1006 wants to merge 1 commit intowrtnlabs:mainfrom
lhg1006:fix/research-package-workspace-dependency
Open

fix(research): use workspace protocol for @autoview/interface dependency#185
lhg1006 wants to merge 1 commit intowrtnlabs:mainfrom
lhg1006:fix/research-package-workspace-dependency

Conversation

@lhg1006
Copy link

@lhg1006 lhg1006 commented Jan 29, 2026

Summary

  • Fixed research/package.json referencing @autoview/interface from npm registry (^7.3.1) instead of the local workspace package
  • Changed to workspace:^ to properly reference the local package

Problem

When running pnpm install, the installation fails with 404 error because @autoview/interface is not published to npm registry.

ERR_PNPM_FETCH_404  GET https://registry.npmjs.org/@autoview%2Finterface: Not Found - 404

Solution

Use workspace protocol to reference the local package, consistent with how @autoview/agent is referenced in the same file.

- "@autoview/interface": "^7.3.1",
+ "@autoview/interface": "workspace:^",

🤖 Generated with Claude Code

The research package was referencing @autoview/interface from npm registry (^7.3.1)
instead of the local workspace package, causing installation to fail with 404 error.

Changed to workspace:^ to properly reference the local package.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant