• HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Get in touch
    Get in touch
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    • Sign in
    • Start free trial
    • Get in touch
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    • Documentation
      • Home
      • Read API
      • Write API
      • Plugin Development
    1. Home
    2. Tags
    3. npm
    Log in to post
    • All categories
    • tecy

      Update from 1.13.2 to 1.14.2 error in npm module "sitemap"
      Technical Support • error npm sitemap error • • tecy

      8
      0
      Votes
      8
      Posts
      459
      Views

      baris

      @tecy No need 🙂

    • R

      [solved] Error running `./nodebb upgrade` when updating from v1.10.1 to v1.10.2
      Technical Support • ubuntu upgrade npm error • • RalphORama

      2
      0
      Votes
      2
      Posts
      374
      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.

    • julian

      PSA: Are you unable to install more than one plugin at a time?
      NodeBB Development • psa npm plugin • • Julian Lam

      4
      3
      Votes
      4
      Posts
      2139
      Views

      julian

      @mudmanc4 Thanks!

    • JaredBusch

      npm depreciation warnings with current install
      Technical Support • npm install warning • • JaredBusch

      1
      0
      Votes
      1
      Posts
      1607
      Views

      JaredBusch

      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 [email protected]^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
      Technical Support • npm eaccess • • Shawn Blanchard

      3
      0
      Votes
      3
      Posts
      1331
      Views

      julian

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

    • julian

      Error while building MongoDB/kerberos modules? Check here.
      NodeBB Development • mongodb kerberos npm • • Julian Lam

      2
      1
      Votes
      2
      Posts
      1878
      Views

      julian

      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...

    • JaredBusch

      Peer Dependency with redisearch and 0.9.1 (current master actually)
      Technical Support • updates npm • • JaredBusch

      1
      0
      Votes
      1
      Posts
      1043
      Views

      JaredBusch

      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 [email protected]^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
    • sandipp

      Got error while installing on local ubuntu 14.04 machine
      Bug Reports • install ubuntu 14.04 npm • • sandipp

      2
      0
      Votes
      2
      Posts
      1511
      Views

      drew

      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-

      Windows Error, now an Ubuntu Error
      Technical Support • windows npm install error • • Aphex124 -Mike-

      11
      0
      Votes
      11
      Posts
      4590
      Views

      Aphex124 -Mike-

      Fixed by reinstalling redis-server.

    • Ralkage

      Trouble installing plugins and upgrading them
      Bug Reports • npm bugs upgrade plugin • • Ralkage

      9
      0
      Votes
      9
      Posts
      3723
      Views

      julian

      @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
      General Discussion • warn npm redis • • peter

      3
      1
      Votes
      3
      Posts
      2209
      Views

      P

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

    • Tanner

      [solved] NPM install killed during recent install
      Bug Reports • npm install • • Tanner

      3
      0
      Votes
      3
      Posts
      2609
      Views

      Tanner

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

    Get Started

    • Product
    • Pricing

    Resources

    • Demo Site
    • Answers
    • Docs
    • Bug Bounty

    Company

    • About
    • Blog
    • Contact
    Start Free Trial
    Github Facebook Instagram Twitter
    © 2014 – 2022 NodeBB, Inc. — Made in Canada.
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact
    Menu
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact