Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-changelog stoped working #64

Closed
rickstaa opened this issue Oct 2, 2018 · 1 comment
Closed

Auto-changelog stoped working #64

rickstaa opened this issue Oct 2, 2018 · 1 comment

Comments

@rickstaa
Copy link

rickstaa commented Oct 2, 2018

Dear Developer,

Up till today auto-changelog worked brilliant however after I changed some settings (among other things in the path variables) it stopped working. Can you please tell me the right setup to get your app to work. I tried the following.

What did i did

  • Install auto-changelog by using npm install -g auto-changelog
  • Add the following package.json file to the repository:
    { "name": "PTC_simulator", "scripts": {}, "auto-changelog": { "template": "keepachangelog", "unreleased": false, "commitLimit": 15 }, "dependencies": { "auto-changelog": "^1.8.0" } }
  • run auto-changelog in the repository

However it gives me the bash: command not found error. Is this due to a path variable that was removed or am I doing something else wrong?

Thanks in advance,
Greetings Rick,

@cookpete
Copy link
Owner

cookpete commented Oct 2, 2018

This looks like a problem with your $PATH variable not pointing to your global npm package directory. The solution depends on what platform you're on, but generally you need to find out where your global packages are installed (npm bin -g) and make sure that path is part of your $PATH variable in whatever terminal you’re using.

@cookpete cookpete closed this as completed Nov 9, 2018
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

No branches or pull requests

2 participants