You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in the process of setting up a bucket internal to my network. I have successfully created and installed the bucket. scoop search [package] shows the package but when I run scoop install [package] I get the following error:
scoop install lu
Split-Path: C:\Users\username\scoop\apps\scoop\current\lib\core.ps1:634
Line |
634 | (split-path $url -leaf) -replace '.json$', ''
| ~~~~
| Cannot bind argument to parameter 'Path' because it is an
| empty string.
Couldn't find manifest for ''.
The manifest seems to be ok though since the program installed if i point directly to the json.
Any ideas Whats going on?
OS: Windows 10
Update:
So it appears that when I uninstalled and reinstalled the bucket it wasn't updating. It was copying an old version to my local machine. Is there somewhere than scoop caches these.
Update:
Scoop copies the latest committed changes when you register the bucket. Make sure all your changes are committed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm in the process of setting up a bucket internal to my network. I have successfully created and installed the bucket.
scoop search [package]
shows the package but when I runscoop install [package]
I get the following error:The manifest seems to be ok though since the program installed if i point directly to the json.
Any ideas Whats going on?
OS: Windows 10
Update:
So it appears that when I uninstalled and reinstalled the bucket it wasn't updating. It was copying an old version to my local machine. Is there somewhere than scoop caches these.
Update:
Scoop copies the latest committed changes when you register the bucket. Make sure all your changes are committed.
Beta Was this translation helpful? Give feedback.
All reactions