• Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Default
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Quartz
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Slate
  • Solar
  • Superhero
  • Vapor
Collapse

Community

    • All categories
    Load new posts
Log in to post
  • tecyT

    Update from 1.13.2 to 1.14.2 error in npm module "sitemap"

    Scheduled Pinned Locked Moved Technical Support error npm sitemap error
    0 Votes
    8 Posts
    783 Views
    barisB

    @tecy No need 🙂

  • R

    [solved] Error running `./nodebb upgrade` when updating from v1.10.1 to v1.10.2

    Scheduled Pinned Locked Moved Technical Support ubuntu upgrade npm error
    0 Votes
    2 Posts
    601 Views
    R

    I fixed my own issue. Apparently some install scripts fail when run as root (or with sudo). I'm not sure why this is the case, but I got everything to work by running sudo chown -R ralph:www-data /path/to/nodebb && ./nodebb upgrade as a standard user.

  • julianJ

    PSA: Are you unable to install more than one plugin at a time?

    Scheduled Pinned Locked Moved NodeBB Development psa npm plugin
    3 Votes
    4 Posts
    2365 Views
    julianJ

    @mudmanc4 Thanks!

  • JaredBuschJ

    npm depreciation warnings with current install

    Scheduled Pinned Locked Moved Technical Support npm install warning
    0 Votes
    1 Posts
    1691 Views
    JaredBuschJ

    I am spinning up a new community and found the following warnings during my install.

    Anything I should do about these?

    [[email protected] ~]# nvm install v7.2.0 ######################################################################## 100.0% Computing checksum with sha256sum Checksums matched! Now using node v7.2.0 (npm v3.10.9) Creating default alias: default -> v7.2.0 [[email protected] ~]# cd /opt/bnacmty/ [[email protected] bnacmty]# git clone -b v1.x.x https://github.com/NodeBB/NodeBB nodebb Cloning into 'nodebb'... remote: Counting objects: 112796, done. remote: Compressing objects: 100% (101/101), done. remote: Total 112796 (delta 38), reused 2 (delta 2), pack-reused 112693 Receiving objects: 100% (112796/112796), 34.86 MiB | 9.87 MiB/s, done. Resolving deltas: 100% (84665/84665), done. [[email protected] bnacmty]# cd nodebb [[email protected] nodebb]# npm install npm WARN deprecated [email protected]: use uuid module instead npm WARN deprecated [email protected]: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years. npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. [email protected] /opt/bnacmty/nodebb
  • S

    Unable to Install Plugins

    Scheduled Pinned Locked Moved Technical Support npm eaccess
    0 Votes
    3 Posts
    1488 Views
    julianJ

    Looks like you do not have write access to the volume your NodeBB is installed in.

  • julianJ

    Error while building MongoDB/kerberos modules? Check here.

    Scheduled Pinned Locked Moved NodeBB Development mongodb kerberos npm
    1 Votes
    2 Posts
    2064 Views
    julianJ

    NodeBB w/ MongoDB still works just fine even though the kerberos dependency doesn't build, it just means you can't connect to MongoDB servers utilising kerberos authentication.

    Would prefer not to have to add libkrb5-dev to the list of dependencies, so investigating alternatives...

  • JaredBuschJ

    Peer Dependency with redisearch and 0.9.1 (current master actually)

    Scheduled Pinned Locked Moved Technical Support updates npm
    0 Votes
    1 Posts
    1117 Views
    JaredBuschJ

    I run my game forum on the current master, well, just because there is not a lot there and it can be broke if I have to.

    I updated git just now and ran ./nodebb upgrade and received the following. Everything is currently working, just wanted to report the warning.

    [[email protected] nodebb]# ./nodebb upgrade 1. Bringing base dependencies up to date... Error: Command failed: /usr/bin/env npm i --production npm ERR! Linux 3.10.0-229.20.1.el7.x86_64 npm ERR! argv "/root/.nvm/v0.12.9/bin/node" "/root/.nvm/v0.12.9/bin/npm" "i" "--production" npm ERR! node v0.12.9 npm ERR! npm v2.14.9 npm ERR! code EPEERINVALID npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer [email protected] wants redisearch@^0.0.6 npm ERR! Please include the following file with any support request: npm ERR! /opt/daerma/nodebb/npm-debug.log [[email protected] nodebb]# ./nodebb start Starting NodeBB "./nodebb stop" to stop the NodeBB server "./nodebb log" to view server output "./nodebb restart" to restart NodeBB [[email protected] nodebb]# ./nodebb log Type Ctrl-C to exit Clustering enabled: Spinning up 1 process(es). 7/12 09:16 [2915] - info: Time: Mon Dec 07 2015 09:16:57 GMT-0600 (CST) 7/12 09:16 [2915] - info: Initializing NodeBB v0.9.1 7/12 09:16 [2915] - warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run `./nodebb reset -p PLUGINNAME` to disable it. * nodebb-plugin-dbsearch * nodebb-plugin-assign-newuser-to-group info: Imgbed: regex recalculated: (?<paren>[\(]\s*)?(?<url>https?://[^\s]+\.(jpg|jpeg|gif|gifv|png|svg)) 7/12 09:17 [2915] - info: NodeBB Ready 7/12 09:17 [2915] - info: Enabling 'trust proxy' 7/12 09:17 [2915] - info: NodeBB is now listening on: 0.0.0.0:4567
  • sandippS

    Got error while installing on local ubuntu 14.04 machine

    Scheduled Pinned Locked Moved Bug Reports install ubuntu 14.04 npm
    0 Votes
    2 Posts
    1648 Views
    drewD

    Definitely seems like cache issue with the record for express-session.
    try sudo npm cache clean? After that try manually clearing the cache files?

  • Aphex124 -Mike-A

    Windows Error, now an Ubuntu Error

    Scheduled Pinned Locked Moved Technical Support windows npm install error
    0 Votes
    11 Posts
    4973 Views
    Aphex124 -Mike-A

    Fixed by reinstalling redis-server.

  • RalkageR

    Trouble installing plugins and upgrading them

    Scheduled Pinned Locked Moved Bug Reports npm bugs upgrade plugin
    0 Votes
    9 Posts
    4009 Views
    julianJ

    @a_5mith @Ted Now now play nice, upvotes for the both of you.

    @Ralkage There's no substitute for the fundamentals. Understanding javascript syntax first will help you in the long run. When I was hiring (way back when in my non-startup days), I'd see lots of devs with "jQuery experience", who couldn't code their way out of a box in plain javascript.

    @psychobunny and @baris would make fun of me here, because back then I suffered from the same lock-in, except it was MooTools that I was using instead of jQuery XD

  • P

    nodebb setup redis npm warn

    Scheduled Pinned Locked Moved General Discussion warn npm redis
    1 Votes
    3 Posts
    2371 Views
    P

    @Hưng-Thành-Nguyễn Will ignore. Thank you for confirming!

  • TannerT

    [solved] NPM install killed during recent install

    Scheduled Pinned Locked Moved Bug Reports npm install
    0 Votes
    3 Posts
    2699 Views
    TannerT

    @julian That's got to be it, thanks mate!

  • 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
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
  • Login

  • Don't have an account? Register

  • Login or register to search.