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

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

Errors when trying to bring base dependencies up to date

Scheduled Pinned Locked Moved Solved Bug Reports
3 Posts 2 Posters 1.2k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • henrywrightH Offline
    henrywrightH Offline
    Henry Wright
    wrote on last edited by henrywright
    #1

    Is anyone else getting this error when pulling from master and running ./nodebb upgrade?

    ./Release/.deps/Release/obj.target/lwip_image/src/image/setpixel_worker.o.d.raw { dev: 45825,
      mode: 33188,
      nlink: 1,
      uid: 1000,
      gid: 1000,
      rdev: 0,
      blksize: 4096,
      ino: 412705,
      size: 1015,
      blocks: 8,
      atime: Sun Nov 01 2015 11:39:00 GMT+0000 (GMT),
      mtime: Sun Nov 01 2015 11:39:00 GMT+0000 (GMT),
      ctime: Sun Nov 01 2015 11:39:00 GMT+0000 (GMT) }
    npm ERR! Linux 3.8.11
    npm ERR! argv "node" "/usr/local/bin/npm" "i" "--production"
    npm ERR! node v0.10.40
    npm ERR! npm  v2.6.0
    npm ERR! code EPEERINVALID
    
    npm ERR! peerinvalid The package redisearch does not satisfy its siblings' peerDependencies requirements!
    npm ERR! peerinvalid Peer [email protected] wants redisearch@^0.0.5
    
    1 Reply Last reply
    0
  • psychobunnyP Offline
    psychobunnyP Offline
    psychobunny
    wrote on last edited by
    #2

    I've run into that problem before, this works for me:

    npm unl lwip
    npm unl redisearch
    npm i redisearch
    
    henrywrightH 1 Reply Last reply
    0
  • henrywrightH Offline
    henrywrightH Offline
    Henry Wright
    replied to psychobunny on last edited by
    #3

    Thanks @psychobunny 👍 That worked with a very slight amendment to the last command:

    npm unl lwip
    npm unl redisearch
    npm i redisearch@^0.0.5
    

    In case it's helpful, before doing that I was getting this error:

    npm ERR! peerinvalid Peer [email protected] wants redisearch@^0.0.5
    
    1 Reply Last reply
    1

Copyright © 2023 NodeBB | Contributors
  • 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
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development