Skip to content

Conversation

@Mario34
Copy link

@Mario34 Mario34 commented Nov 19, 2025

I found that web/viewer.html depends on node_modules/cached-iterable, but this is not directly declared in package.json.

When I install dependencies using other package managers (pnpm), it doesn't work properly.

This is because all dependencies of npm are stored in the root directory of node_modules, and other dependencies in the project that indirectly depend on cached-iterable will also be in the root directory, so it happens to work normally when using npm.

image

@Mario34 Mario34 force-pushed the update-dependencies branch from abb3f3a to 3f16d5a Compare November 20, 2025 09:19
@Mario34 Mario34 force-pushed the update-dependencies branch from 3f16d5a to a174b34 Compare November 20, 2025 09:21
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