run scoop error not recognized as the name of a script file.
#5024
scil
started this conversation in
Show and tell
Replies: 1 comment
-
You can delete the scoop.cmd file and run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
suddenly, i encounter this error when run
sccop
I found the error is from
Scoop\shims\scoop.cmd
.I change the line
powershell -noprofile -ex unrestricted "& 'D:\A\Scoop\apps\scoop\current\bin\scoop.ps1' %args%;exit $LASTEXITCODE"
to
powershell -noprofile -ex unrestricted "D:\A\Scoop\apps\scoop\current\bin\scoop.ps1" %args%
Now
scoop
works well.Beta Was this translation helpful? Give feedback.
All reactions