While executing the command npm install
, I encountered this error message:
The package "getSnapshot-pkg-repo@^1.0.0" required by "conventional-changelog-core@^2.0.11" could not be found on the "npm" registry.
I am uncertain about the source of this issue. The package conventional-changelog-core
is not directly specified in my package.json
file, indicating that it must be a dependency of some other package. How can I determine which package is causing this problem?