[nodebb-plugin-share-post-icons] Installation error

NodeBB Plugins

Suggested Topics


  • 0 Votes
    5 Posts
    413 Views

    @aisar-g I know what you're referring to, though. The ideal scenario would be saving stuff to res.locals and then referring to that data in getReplies.

    Unfortunately, neither of those hooks pass req or res, and while we were looking into something like that before (see: continuation-local-storage), it did not ultimately pan out.

  • 0 Votes
    1 Posts
    262 Views

    can't install this plugin in my admin portal

    when i install it theres a pop up error like this

    gyp\lib\configure.js:509:16) gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:282:31 gyp ERR! stack at FSReqCallback.oncomplete (fs.js:158:21) gyp ERR! System Windows_NT 10.0.15063 gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild" gyp ERR! cwd C:\Users\Darrel John Javier\nodebb2\node_modules\contextify gyp ERR! node -v v11.14.0 gyp ERR! node-gyp -v v3.8.0 gyp ERR! not ok npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] install: node-gyp rebuild npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Darrel John Javier\AppData\Roaming\npm-cache_logs\2019-05-08T03_16_30_506Z-debug.log

    somebody help 😞

  • Recaptcha for guests to post

    Unsolved NodeBB Plugins
    10
    0 Votes
    10 Posts
    829 Views

    Seems like it can work without any backend, although is easy to circumvent when used in that way. I think the hardest part here would be making it look sensible, as the version on that website seems far too big for the composer 😄
    As for implementing it properly - you'd have to somehow pass its response along with the post, but if you manage to do that it shouldn't be hard to actually handle it as it's just one simple http request to their api.

  • 14 Votes
    65 Posts
    33k Views

    @julian said in [nodebb-plugin-ns-twitch-monitor] NS Twitch Monitor:

    @teh_g Well that was quick 😄

    What can I say, I'm an early adopter with not too many plugins 😄

  • 1 Votes
    19 Posts
    5k Views

    @psychobunny said:

    I added a download CSV button to the user admin panel, thanks to @bentael

    SAWEET !