Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
i have no email installed on dev server but i heard new version was able to send email by default?
anyone?
NodeBB uses sendmail by default, so if you want to use this you have to install sendmail on your system (it's within ubuntu repositories AFAIK).
sendmail
J
Yes, I believe you either need to do this, or alter the jstree.js file itself to change references to jQuery to just use global (as in, don't require jQuery at all)
Same issue here. Any updates?
D
Very nice 😎
B
Yeah I think this is the same issue as https://github.com/NodeBB/NodeBB/issues/3200. Only happens when javascript is minified.
P
@scottalanmiller that's weird, we do use graceful-fs which should handle that automatically
https://github.com/NodeBB/NodeBB/blob/cc9d6fd08b29436e134de89d3bf4487479c7ce32/src/file.js#L13
It's possible in done cases this doesn't apply before an operation is executed. When did you encounter an issue?