• 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-markdown shows undefined value

Scheduled Pinned Locked Moved NodeBB Plugins
2 Posts 2 Posters 140 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.
  • AmodA Offline
    AmodA Offline
    Amod
    wrote on last edited by
    #1

    Hi Team,
    I have upgraded nodebb to v2.6.1 by merging with master branch from nodebb git. Also updated my npm to v9.2.0 node to v18.12.1.
    After successfully ./nodebb setup , when I start it, its shows below error.

    2022-12-08T10:14:09.506Z [4567/30680] - error: TypeError: Cannot read properties of undefined (reading 'hasOwnProperty')
    at C:\Users\AmodChaubey\Desktop\AngelOne\Smart Forum\smart-api-forum\node_modules\nodebb-plugin-markdown\index.js:107:18
    at Array.forEach (<anonymous>)
    at C:\Users\AmodChaubey\Desktop\AngelOne\Smart Forum\smart-api-forum\node_modules\nodebb-plugin-markdown\index.js:105:26
    at C:\Users\AmodChaubey\Desktop\AngelOne\Smart Forum\smart-api-forum\src\promisify.js:43:65
    at _node_internal (node:util:291:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
    2022-12-08T10:14:09.506Z [4567/30680] - info: [app] Shutdown (SIGTERM/SIGINT) Initialised.
    2022-12-08T10:14:09.508Z [4567/30680] - error: Error [ERR_SERVER_NOT_RUNNING]: Server is not running.
    at new NodeError (node:internal/errors:393:5)
    at Server.close (node:net:1827:12)
    at Object.onceWrapper (node:events:627:28)
    at Server.emit (node:events:525:35)
    at emitCloseNT (node:net:1880:8)
    at process.processTicksAndRejections (node:internal/process/task_queues:81:21

    Urgently need assistance .

    1 Reply Last reply
    0
  • PitaJP Offline
    PitaJP Offline
    PitaJ Global Moderator Plugin & Theme Dev
    wrote on last edited by PitaJ
    #2

    Master branch is not stable and not meant for production use. We recommend using the latest versioned branch.

    How exactly did you upgrade? You say you "merged with master". Did you run ./nodebb upgrade? Merging is not the recommended upgrade path in the first place. Why did you do it that way?

    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