Skip to content

Instantly share code, notes, and snippets.

@mlusiak
Created October 28, 2012 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlusiak/3969505 to your computer and use it in GitHub Desktop.
Save mlusiak/3969505 to your computer and use it in GitHub Desktop.
Zombify install error
PM> Install-Package Zombify -Version 0.0.3
Install failed. Rolling back...
Install-Package : The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and th
e directory name must be less than 248 characters.
At line:1 char:16
+ Install-Package <<<< Zombify -Version 0.0.3
+ CategoryInfo : NotSpecified: (:) [Install-Package], PathTooLongException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment