Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

  • Log in - npm commandline

    Support authentication proget npm
    4
    0 Votes
    4 Posts
    40 Views
    ?
    The URL must still be incorrect; the /npm endpoints will return JSON-based content, where as the errors shown is HTML-based body content (<!DOCTYPE html>...). You can use a tool like Fiddler to see precisely what URLs are being requested, and then hopefully diagnose/trace from there.
  • Webpage not loading

    Support proget-installation proget
    3
    0 Votes
    3 Posts
    6 Views
    ?
    Hi Alana, the EventView helped. Thanks for the hint. An SQL Error was noting that the "EXECUTE" permission was missing for the Database-User of ProGet. Once I fixed that, everything runs smoothly now.
  • How to switch form IIS hosting to native hosting

    Support proget
    2
    0 Votes
    2 Posts
    2 Views
    ?
    We don't have a guide for that, but if you uninstall ProGet and reinstall, that might be easy. You can also try to reverse the steps here: https://inedo.com/support/kb/1013/hosting-through-iis-instead-of-the-integrated-web-server
  • How to allow connections through firewall

    Support proget
    4
    0 Votes
    4 Posts
    36 Views
    ?
    The URL must be in the form http://host:port/ You are missing the "/" at the end of the url you entered.
  • Does ProGet support npm dist-tag or tag?

    Support proget npm
    8
    0 Votes
    8 Posts
    33 Views
    ?
    I see. It appears that dist-tag rm is now failing. We'll investigate and if we are able to reproduce this then it should be easy enough to get in the next maintenance release.
  • NuGet - Read package dependencies using API

    Support nuget api net proget
    3
    0 Votes
    3 Posts
    14 Views
    ?
    Thanks a lot. It works ;)
  • 0 Votes
    2 Posts
    20 Views
    ?
    Yes, although this is currently extensible by extending the UserDirectory class.
  • Running proget service on HTTPS

    Support iis ssl http proget
    2
    0 Votes
    2 Posts
    115 Views
    ?
    That particular error message is a result of the connection string missing from the configuration file. Please ensure there is a key present in both web.config and in ProGet.Service.exe.config. Most likely, someone had inadvertantly deleted it from the configuration file when attempting to configure the server in IIS. <add key="InedoLib.DbConnectionString" value="Data Source=...;Initial Catalog=ProGet;Integrated Security=SSPI" />
  • Publishing NPM packages

    Support authentication installation ldap proget npm
    3
    0 Votes
    3 Posts
    48 Views
    ?
    Hi Christian, the information you posted had mentioned internal packages (Aeon Framework, etc), so I removed it That said, it wasn't an error message, but a JSON document that contained metadata information about packages. This is an expected response if you visit an API URL directly in your browser, and when the npm client relies on the JSON data. If you are receiving an error from the npm client, please make sure to share: the precise error message that npm client is using the precise URL that the npm client is requesting; you can get this by running Fiddler, and seeing the requests that the client makes Note that you will need to disable Windows Integrated Authentication at the IIS level, not just within ProGet.
  • It's not work!

    Support proget
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Proget Jenkins Plugin: Not working on Slaves?

    Support jenkins proget
    12
    0 Votes
    12 Posts
    53 Views
    F
    Alex-Hempel said in Proget Jenkins Plugin: Not working on Slaves?: Caused by: java.io.NotSerializableException: com.inedo.proget.jenkins.DownloadPackageBuilder java.io.NotSerializableException can occur when you serialize an inner class instance because serializing such an inner class instance will result in serialization of its associated outer class instance as well. How to solve it? If the class is yours, make the class serializable by implementing the interface java.io.Serializable. All non primitive members implement Serializable (or are transient instead) If your class is an inner class it's either static or the outer class implements Serializable If the class is 3rd party, but you don't need it in the serialized form, mark the field as transient It is important to note that Serialization of inner classes (i.e., nested classes that are not static member classes), including local and anonymous classes, is strongly discouraged.
  • Proget NPM Feed using github source

    Support proget
    2
    0 Votes
    2 Posts
    6 Views
    ?
    This is not possible, because that is not a package (but a git repository).
  • 0 Votes
    2 Posts
    6 Views
    ?
    This was removed when all the feed pages were combined (NuGet was the only feed type with an additional filter). We'll have to figure out a good way to add it back - it should be returned in an upcoming maintenance release of v4.4.
  • Prerelease packages option removed from default search

    Support search proget
    2
    0 Votes
    2 Posts
    11 Views
    ?
    See: http://inedo.com/support/questions/5371
  • NPM and Nuget Feeds

    Support proget
    3
    0 Votes
    3 Posts
    9 Views
    ?
    Do you have specific guidance on how to setup the separate site?
  • ProGet 4.4.1 displaying wrong source URL

    Support proget
    2
    0 Votes
    2 Posts
    0 Views
    ?
    We refactored a lot of the user-interface code for ProGet 4.4, so this is unfortunately a regression introduced due to those changes. I've logged the issue and it will be fixed in the next maintenance release.
  • Transfer license from old server to new server

    Support proget
    2
    0 Votes
    2 Posts
    5 Views
    ?
    You can temporarily use your key for this purpose, that's quite alight. Just enter the key in, and it will activate.
  • 0 Votes
    4 Posts
    55 Views
    ?
    Well i finally was able to publish to our Powershell feed. I updated the PackageManagement and PowerShellGet modules to version 1.1.0.0. which were released a few days ago... 12 Oct 2016 I hope this helps .
  • Flag Package to be ignored by cleanup

    Support cleanup proget
    4
    0 Votes
    4 Posts
    4 Views
    ?
    It's still on our roadmap, but it was pushed back to 4.7.
  • NPM publish issue

    Support npm proget
    4
    0 Votes
    4 Posts
    17 Views
    ?
    Looks like reinstall helped. Thank you!