-
Notifications
You must be signed in to change notification settings - Fork 7
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
'yarn-upgrade-all' is not recognized as an internal or external command #1
Comments
Install it globally: If you install it locally, you need to |
@tylerlong I did install it globally. It doesn't work after that. |
@Deilan I don't use Windows and I didn't test it on windows. I guess you will have issues with all node command line libraries, not only Please read this thread: https://stackoverflow.com/questions/9587665/nodejs-cannot-find-installed-module-on-windows Let me know if it works. |
@tylerlong Nope, I don't have any problems with any of popular and ubiquitous npm modules globally installed on Windows. Moreover, I didn't have to make any additional actions upon installing them to make them work right after install. |
I am not sure I have fixed the issue but I've released a new version. Could you please have a try? Here is the change: 9f03841 I think changing "bin": "index.js" to "bin": {
"yarn-upgrade-all": "./index.js"
}, might fix the issue. |
I just tried and it worked:
However |
Trying to use after install:
The text was updated successfully, but these errors were encountered: