Skip to content
Discussion options

You must be logged in to vote

It seems that a package manager (such as npm, pnpm, or yarn) was not used to install your package; instead, GitHub simply fetched your dist code directly from the repository. In this case, you should move all dependencies to devDependencies, as dependencies are meant for use with package managers (as stated on npmjs.org) and have no effect in your current setup.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@sxzz
Comment options

sxzz Jun 23, 2025
Maintainer

@jpbnetley
Comment options

@sxzz
Comment options

sxzz Jun 23, 2025
Maintainer

Answer selected by jpbnetley
@jpbnetley
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants