Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • David Peck 690 posts 1896 karma points c-trib
    Mar 31, 2016 @ 15:49
    David Peck
    0

    Nuget dependency issue

    Apologies if this isn't a UI-O-Matic issue but I tried to install via Nuget and I get a dependency conflict: Attempting to resolve dependency 'Newtonsoft.Json (≥ 6.0.8 && < 7.0.0)'. Install-Package : Already referencing a newer version of 'Newtonsoft.Json'.

    I am using 7.0.1 because of another dependency but according to nuget the only dependency that UI-O-Matic has is Umbraco 7.3.0 and I'm using 7.4 which is fine with Newtonsoft.Json 7.0.1.

    Does UI-O-Matic have an undeclared dependency?

  • Nicholas Westby 2054 posts 7104 karma points c-trib
    Mar 31, 2016 @ 15:57
    Nicholas Westby
    0

    You could try forcing the install at the package manage console with Install-Package Nibble.Umbraco.UIOMatic -Force:

    force

    Alternatively, you could install all the dependencies (aside from Newtonsoft.Json), then ignore dependencies when you install with Install-Package Nibble.Umbraco.UIOMatic -IgnoreDependencies.

  • David Peck 690 posts 1896 karma points c-trib
    Mar 31, 2016 @ 20:30
    David Peck
    0

    Thanks for the advice Nicholas. I tried doing it without the dependencies, but then it seems not to have installed correctly.

    There is no tree within the UI-O-Matic section and it appears as if the language text is missing as the only two bits of text (section label and right panel header) are placeholders e.g.: [sections_uiomatic]

    Nothing in the error log. Waa waa!

  • David Peck 690 posts 1896 karma points c-trib
    Mar 31, 2016 @ 21:43
    David Peck
    0

    I also tried to download UI-O-Matic through the packages section but it said it couldn't open the zip and I notice the version number is behind the one on nuget.

    I fear I may have to give the package a miss...

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies