question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Always getting a nuget error

See original GitHub issue
electron-installer-windows --src "dist\DevTools-win32-x64" --dest dist

The element 'metadata' in namespace 'http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd' has incomplete content. List of possible elements expected: 'authors, description' in namespace 'http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd'.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
unindentedcommented, Jul 13, 2016

The error seems pretty obvious to me:

List of possible elements expected: ‘authors, description’

Looks like you need pass the options author and description to electron-installer-windows.

0reactions
passabilitiescommented, Feb 21, 2017

ahh i see:

options.productDescription

Type: String Default: package.productDescription || package.description

Long description of the application, used in the description field of the nuspec file.

productDescription points to description

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting NuGet Package Restore in Visual Studio
This error occurs when you attempt to build a project that contains references to one or more NuGet packages, but those packages are...
Read more >
how to resolve "Unable to find package" nuget error
Step 03. Install the nuget.org as package source and then 'Clear All Nuget Cache(s)' and then restore the packages. The error will go...
Read more >
Error occurred while restoring NuGet packages: The operation ...
This usually happens when visual studio fails to find a suitable .NET Core SDK to load the project with. This can happen for...
Read more >
Fix Not available in this source | NuGet Visual Studio Error ...
Trying to Install/Reinstall NuGet packages, but getting a "Not ... Always do your own research and make sure what you're doing is safe....
Read more >
Often getting Nuget errors when trying to restore with newly ...
Bumped version of SimpleSave. ... Copyright (C) Microsoft Corporation. All rights reserved. ... To prevent NuGet from downloading packages during ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found