lerna-changelog icon indicating copy to clipboard operation
lerna-changelog copied to clipboard

sh: lerna-changelog: command not found

Open barryofguilder opened this issue 3 months ago • 0 comments

The first time I ran the npx lerna-changelog command in my Terminal, I get the prompt for permission to install lerna-changelog. After that, if I go to my Git repo to run the command to generate the changelog file, I get the following error:

"sh: lerna-changelog: command not found"

The only way I can get around this error is by manually installing this package globally using npm install -g lerna-changelog. What am I doing wrong?

barryofguilder avatar Apr 30 '24 13:04 barryofguilder