• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

NodeBB Plugin-Mentions out of date?

Scheduled Pinned Locked Moved Technical Support
4 Posts 3 Posters 1.4k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SimonQ
    wrote on last edited by
    #1

    I tried updating the nodebb-plugin-mention to v1.0.0. However upon upgrading my entire site crashed.

    The logs said this

    [outdated] nodebb-plugin-mentions v1.0.0, requires ^0.11.7
    

    Is there a way to update my requirements for these plugins? I have a couple other plugins that I haven't been able to upgrade as well

    1 Reply Last reply
    0
  • yariplusY Offline
    yariplusY Offline
    yariplus Community Rep
    wrote on last edited by
    #2

    Same thing happened to my site. The requirement is ^0.11.7, which means it wants a version that is equal to or greater than 0.11.7 but less than 1.0.0

    So it considers 1.0.0 too new.

    Either there is a change in 1.0.0 that breaks your version of NodeBB, or they forgot to change the version dependency.

    Just installing the older version should work until they fix it.
    npm i [email protected]

    1 Reply Last reply
    0
  • julianJ Offline
    julianJ Offline
    julian GNU/Linux
    wrote on last edited by
    #3

    @yariplus said:

    Either there is a change in 1.0.0 that breaks your version of NodeBB

    @SimonQ said:

    However upon upgrading my entire site crashed.

    Yep. It's 1.0.0 because it contains a breaking change that v0.7.2 cannot handle. I know the upgrade button is awfully enticing, but hold off until v0.7.3 is released 😄

    Yes I do also realise that we shouldn't show the upgrade button if the compatibility check fails...

    1 Reply Last reply
    0
  • S Offline
    S Offline
    SimonQ
    wrote on last edited by
    #4

    Thanks @julian and @yariplus I will hold off from clicking that upgrade button for now. 🙂

    1 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development