Closed ferventcoder closed 10 years ago
I am having this problem trying to install uru from package uru.0.7.7.nupkg found at https://bitbucket.org/jonforums/uru/wiki/Downloads
@vbsql7 can you post the gist? It could be related to the package, but it may be a bug in choco.
I downloaded the nupkg file from here and tried to install it locally using choco install 'package name' and got the error: 'Cannot bind argument to parameter 'Path' because it is an empty string' Chocolatey 'install' failure. This is on Windows 7 64 bit.
@vbsql7 can you confirm what version of Chocolatey you are using? I have just done the following, using 0.9.8.28
c:\temp
choco install uru -source c:\temp
This could be the issue of just installing chocolatey and not having that variable set.
On Sunday, December 21, 2014, Gary Ewan Park notifications@github.com wrote:
@vbsql7 https://github.com/vbsql7 can you confirm what version of Chocolatey you are using? I have just done the following, using 0.9.8.28
- Download the nupkg package from https://bitbucket.org/jonforums/uru/downloads/uru.0.7.7.nupkg
- Saved it to c:\temp
- Executed the following command choco install uru -source c:\temp
- Installation succeeded successfully
- I can see a new uru.bat and uru.ps1 file created in the chocolatey bin folder
— Reply to this email directly or view it on GitHub https://github.com/chocolatey/chocolatey/issues/510#issuecomment-67784483 .
Rob "Be passionate in all you do"
http://devlicio.us/blogs/rob_reynolds http://ferventcoder.com http://twitter.com/ferventcoder
This could be the issue of just installing chocolatey and not having that variable set
Agreed, I had assumed that based on the title of this bug that closing and re-opening the shell after a fresh install of Chocolatey had been ruled out by @vbsql7. I had thought it might be an error in the package itself, but after attempting the install on a clean VM myself, that didn't seem to be the case.
Thanks, guys. I tried again with a fresh install of Chocolaty and the installation of uru seemed to run without errors this time. The first time above was in the middle of a day when I was trying to install and learn 7 different things, so who knows what my problem was. :)
Glad to hear you got it working! :smile_cat:
This relates 1:1 to https://github.com/chocolatey/chocolatey/issues/371