This look straightforward so I try to answer :), i think the node version is incorrect. you need to upgrade > 4.0.
Bruce Lee
Posts
-
npm ERR! code ECONNRESET while installing NodeBB -
Good news?I suspect nodebb is now talking to VC, because its a bit quiet in the forum.
Hope VCs inject $10m into the development of nodebb, because this software really superb!
Great job and good luck guys!
-
Creating widget containing React component, possible?hi,
I am trying to explore if its possible to create a widget that contains React component. Is there any example implementation that I can refer to?
Thanks in advance!
-
NodeBB and ads - A never ending story (Part 2)@AOKP Actually, I think Nodebb are doing a great job. With new version releases, old plugins may failed, this is inevitability process.
Btw, which version are you using now? You can always downgrade to previous version that you are using.
-
Any release date planned for 1.1.3?hi, I need a new feature that was merged in master branch. As we know, master branch is always unstable and so I am hoping to work on a stable tag. So two questions below:
- Is there any release date planned for v1.1.3?
- What is v1.1.3-auto.x? Is it stable, i.e. pass the unit tests?
Thanks, please advise me.
-
Write a plugin that call new restful API on serverhi experts,
I am a newbie, so pardon for if my question is noob. Basically, I want to write a plugin / widget that will query a new restful api that i will be to implement.
Do I need to:
- modify the nodebb's core to add the restful apis or
- implements at the plugin's library.js and it will auto-bind the new restful api at the server (is this possible?).
Thanks and appreciated.
-
Local login take a long time...@julian said in Local login take a long time...:
var bcrypt = require('bcryptjs')
Many thanks @julian and guys, you save my day. It is working now, reduce to ~700ms.
-
Write a plugin that call new restful API on serverThanks @yariplus.
I want to write a new restful api that will query a new table (mongodb document) on the same server that nodebb resided. The data will be populated by a cron job running on the server.
I guess I understand what you meant. Let me go and have a look on your widgets implementation. Thanks for the help!
-
Official: Redactor Composer now available in 0.7.1+I also think Nodebb need a redactor editor because basic users may not be custom to markup language.
The issue now is that the default composer and redactor composer are incompatible, several plugins that was developed for the default composer will not work for redactor. I hope Nodebb can standardize the composer for both expert and novice users.
-
Naming convention for socket.io message? -
invalid csrf token -
[nodebb-plugin-custom-pages] does it support restful parameters?Is it possible to present the content (but same page) based on restful parameters?
Example,
http://127.0.0.1:4567/game/:name
; wherehttp://127.0.0.1:4567/game/dota
-> show dota game contentshttp://127.0.0.1:4567/game/hearthstone
-> show hearthstone game contents
The template for the page
/game
is the same but the content differ. Instead of creating multiple pages / routes for various games, can the plugin process the restful parameters and render the content accordingly. Is it possible with [nodebb-plugin-custom-pages] plugin?Please advise me, thanks.