-
Notifications
You must be signed in to change notification settings - Fork 224
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
Can't install core plugins on windows #106
Comments
What happens if you run it with |
bash.exe: warning: could not find /tmp, please create! thanks for helping me out with this! |
Ughhh I am still having issues after seeing that output, it stalls and doesn't finish |
When I try to do something like heroku login, it tries to install core plugins again, and then stales again. Sorry if I wasn't clear. |
can you install anything if you try to use npm directly? |
I figured it out! npm install was hanging because the TEMP variable had some crap after my temp folder. I got rid of that and installed everything and now it works! Thanks a bunch. |
@chavenor this might be the problem you were having |
@dickeyxxx sounds identical. I will give it a try later this month. |
@hopslikeshaq32la here is what my vars look like -- what did you change yours to? User Vars |
if you look at your TEMP user variable, it may have a semicolon in it. If %USERPROFILE%\AppData\Local\Temp On Sun, Nov 8, 2015 at 12:46 AM, Casey Havenor notifications@github.com
|
I'll take a look right now hold tight. On Tue, Nov 17, 2015 at 11:16 PM, hopslikeshaq32la <notifications@github.com
|
Is there a command that allows me to force an update. I did have Just not sure how to get heroku to update. On Tue, Nov 17, 2015 at 11:23 PM, Casey Havenor casey@thatsbos.com wrote:
|
Ok downloading update. On Tue, Nov 17, 2015 at 11:51 PM, Casey Havenor casey@thatsbos.com wrote:
|
I remove folders. Any idea? On Tue, Nov 17, 2015 at 11:52 PM, Casey Havenor casey@thatsbos.com wrote:
|
restart your cmd prompt? On Wed, Nov 18, 2015 at 12:58 AM, Casey Havenor notifications@github.com
|
Yup.
|
uninstall the heroku gem |
Removed the gem. Re Installed from msi package from heroku. Getting. Bingo. Working! We are in business. @dickeyxxx I'll update all my tickets and close them out |
Thanks for the help on this ! |
I might see if I can repro and file a bug with npm since that's where the problem seems to be. |
Here is a thread with another guy that was having issues. |
You should be tagged on that post. |
When I type heroku it hangs after
2015/10/30 00:56:32 running from C:\Users\Zhichao\AppData\Local/heroku/heroku-cli.exe
2015/10/30 00:56:33 Setting up node-v4.2.1...
2015/10/30 00:56:44 done
2015/10/30 00:56:44 Installing core plugins heroku-cli-addons, heroku-apps, heroku-fork, heroku-git, heroku-local, heroku-run, heroku-status...
indefinitely. I took that out of the error.log in my AppData. If i ctrl-c and then run it again, that message is followed by
2015/10/30 01:01:01 not supported by windows
2015/10/30 01:01:01 not supported by windows
2015/10/30 01:01:01 not supported by windows
2015/10/30 01:01:01 not supported by windows
2015/10/30 01:01:01 not supported by windows
2015/10/30 01:01:01 not supported by windows
2015/10/30 01:01:01 not supported by windows
I've tried a lot of stuff, including deleting the appdata heroku folder, reinstalling. Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: