NodeBB: Difference between revisions

From iFixWiki
(Created page with "NodeBB is a forum software that's modern, fast, and efficient. In contrast to most forums which use PHP, NodeBB leverages Node.js and JavaScript to create a high performance w...")
 
No edit summary
Line 1: Line 1:
NodeBB is a forum software that's modern, fast, and efficient. In contrast to most forums which use PHP, NodeBB leverages Node.js and JavaScript to create a high performance website.
NodeBB is a forum software that's modern, fast, and efficient. In contrast to most forums which use PHP, NodeBB leverages Node.js and JavaScript to create a high performance website.
= Issues =
== SyntaxError: Unexpected end of JSON  ==
When trying to setup or upgrade nodeBB sometimes an error pops up that says
''SyntaxError: Unexpected end of JSON input while parsing near '...party/-/connect-multi'''
'''Solution<ref>https://community.nodebb.org/post/78112</ref>'''
Run the command:
npm cache clean --force
= References =


[[Category: Website Software]]
[[Category: Website Software]]

Revision as of 03:31, 11 January 2021

NodeBB is a forum software that's modern, fast, and efficient. In contrast to most forums which use PHP, NodeBB leverages Node.js and JavaScript to create a high performance website.

Issues

SyntaxError: Unexpected end of JSON

When trying to setup or upgrade nodeBB sometimes an error pops up that says

SyntaxError: Unexpected end of JSON input while parsing near '...party/-/connect-multi'

Solution[1]

Run the command:

npm cache clean --force

References