• 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

nodebb instaqllation error

Scheduled Pinned Locked Moved General Discussion
3 Posts 2 Posters 1.7k 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.
  • adrianmakA Offline
    adrianmakA Offline
    adrianmak
    wrote on last edited by adrianmak
    #1

    ubuntu 14.0.1 x64
    After I installed all required apt packages and git clone the nodebb repository and did a npm install under the nodebb folder,
    I found several errors during the installation process. And ask me to read details logs
    at nodebbs/npm-debug.log

    These are the errors
    13880 error Error: UNKNOWN, symlink '../rimraf/bin.js'
    13881 error If you need help, you may report this log at:
    13881 error http://github.com/isaacs/npm/issues
    13881 error or email it to:
    13881 error [email protected]
    13882 error System Linux 3.13.0-36-generic
    13883 error command "/usr/bin/nodejs" "/usr/bin/npm" "install"
    13884 error cwd /var/www/html/nodebb
    13885 error node -v v0.10.25
    13886 error npm -v 1.3.10
    13887 error path ../rimraf/bin.js
    13888 error code UNKNOWN
    13889 error errno -1
    13890 verbose exit [ -1, true ]

    I tried sudo npm install but no help

    HuggyH 1 Reply Last reply
    0
  • HuggyH Offline
    HuggyH Offline
    Huggy
    replied to adrianmak on last edited by
    #2

    @adrianmak

    this could be your soloution

    unknown symlink '../express/bin/express · Issue #2380 · npm/npm

    Hi, I encounter such error and cannot install express. It was working before and suddenly it stopped (after I've tried to deploy it on nodester but not successfully because of native lib I use). So I can't run my nodejs app locally now e...

    favicon

    GitHub (github.com)

    1 Reply Last reply
    0
  • adrianmakA Offline
    adrianmakA Offline
    adrianmak
    wrote on last edited by
    #3

    Yes, I'm in Vagrant linux virtualbox.

    The installation issue could be solved by 'npm install --no-bin-links'

    1 Reply Last reply
    0

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