Value cannot be null #3164
Replies: 2 comments 5 replies
-
Not sure if it's the same issue exactly, but I get the same error message when I try to use the external NuGet client after previously having used the in-process one (either by changing cake.config or by using the --nuget_useinprocessclient flag). |
Beta Was this translation helpful? Give feedback.
-
Same here. OS: Win 10, 64-bit I'm getting the same error as this: https://gitter.im/cake-build/cake/archives/2018/03/05?at=5a9d26fd0a1614b712e3248b I'm invoking this is invoking When I run this nuget command right afterwards it succeeds (because everything is already installed. And: @starkcolin is right, the errors goes away when deleting all from tools directory (keeping packages.config) [Edit: it would be a better solution not to see a crash, even if there's something in the tools directory. This is a matter of nuget, isn't it?] |
Beta Was this translation helpful? Give feedback.
-
What You Are Seeing?
An exception was thrown while invoking the constructor 'Void .ctor(IFileSystem, ICakeEnvironment, INuGetContentResolver, ICakeLog, ICakeConfiguration)' on type 'NuGetPackageInstaller'. ---> System.ArgumentNullException: Value cannot be null.
Parameter name: path1
What is Expected?
Expected to get it working
What version of Cake are you using?
0.35.0
Are you running on a 32 or 64 bit system?
x64
What environment are you running on? Windows? Linux? Mac?
NAME="Linux Mint"
VERSION="19.1 (Tessa)"
ID=linuxmint
ID_LIKE=ubuntu
PRETTY_NAME="Linux Mint 19.1"
VERSION_ID="19.1"
How Did You Get This To Happen? (Steps to Reproduce)
I'm using bootstap sh script with sample cake.build file in the root
Output Log
Beta Was this translation helpful? Give feedback.
All reactions