我跟着blog post只需两步即可运行脚本。基本上,我这样做了:
@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 \用户名\应用程序数据\本地\的NuGet \缓存
答案 0 :(得分:9)
This bug建议您需要清除NuGet缓存(%LocalAppData%\ NuGet \ Cache ),这应该自行解决。
答案 1 :(得分:0)
请尝试 -
运行scriptcs