我关注了一篇博客文章,只需两个步骤即可运行脚本。基本上,我这样做了:
@powershell -NoProfile -ExecutionPolicy Unrestricted -Command "iex ((New-Object Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin
然后在执行此操作时出现错误:
cinst scriptcs
无法从路径“jQuery.2.0.1.1.nupkg”读取包。
这在另一台机器上工作,但在我目前的笔记本电脑上失败了。知道我做错了什么吗?
编辑
根据 Damian 在下面的回答,我只需要删除 NuGet 缓存的内容,位于此处:
C:\Users\userName\AppData\Local\NuGet\Cache