• 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

N

nakre

@nakre
About
Posts
8
Topics
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

    Need help installing NodeBB on CentOS
  • N nakre

    @HolyPhoenix here is the last log, i also tried ./nodebb setup to see the errors may help dunno..

    [email protected] [~]# sudo yum repolist
    Loaded plugins: fastestmirror, security
    Loading mirror speeds from cached hostfile

    • base:
      Index of /

      favicon

      (mirror.team-cymru.org)

    • extras: mirror.cisp.com
    • remi: remi.check-update.co.uk
    • updates:
      Index of /

      favicon

      (mirror.team-cymru.org)


      repo id repo name status
      base CentOS-6 - Base 4,729+73
      extras CentOS-6 - Extras 12
      pgdg93 PostgreSQL 9.3 6 - i386 195+1
      remi Les RPM de remi pour Enterprise Linux 6 - i386 196+1,333
      updates CentOS-6 - Updates 741+56
      repolist: 5,873
      [email protected] [~]# yum repolist
      Loaded plugins: fastestmirror, security
      Loading mirror speeds from cached hostfile
    • base:
      Index of /

      favicon

      (mirror.team-cymru.org)

    • extras: mirror.cisp.com
    • remi: remi.check-update.co.uk
    • updates:
      Index of /

      favicon

      (mirror.team-cymru.org)


      repo id repo name status
      base CentOS-6 - Base 4,729+73
      extras CentOS-6 - Extras 12
      pgdg93 PostgreSQL 9.3 6 - i386 195+1
      remi Les RPM de remi pour Enterprise Linux 6 - i386 196+1,333
      updates CentOS-6 - Updates 741+56
      repolist: 5,873
      [email protected] [~]# sudo rpm --import https://fedoraproject.org/static/0608B895.txt
      [email protected] [~]# sudo rpm -Uvh http://download-i2.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpmRetrieving http://download-i2.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
      Preparing... ########################################### [100%]
      package epel-release-6-8.noarch is already installed
      [email protected] [~]# sudo yum install nodejs npm --enablerepo=epel
      Loaded plugins: fastestmirror, security
      Loading mirror speeds from cached hostfile
    • base:
      Index of /

      favicon

      (mirror.team-cymru.org)

    • epel: mirror.nexcess.net
    • extras: centos.corenetworks.net
    • remi: remi.check-update.co.uk
    • updates:
      Index of /

      favicon

      (mirror.team-cymru.org)


      epel | 3.7 kB 00:00
      epel/primary_db | 3.2 MB 00:00
      Setting up Install Process
      No package nodejs available.
      No package npm available.
      Error: Nothing to do
      [email protected] [~]# sudo yum install npm --enablerepo=epel
      Loaded plugins: fastestmirror, security
      Loading mirror speeds from cached hostfile
    • base:
      Index of /

      favicon

      (mirror.team-cymru.org)

    • epel: mirror.nexcess.net
    • extras: mirror.cisp.com
    • remi: remi.check-update.co.uk
    • updates:
      Index of /

      favicon

      (mirror.team-cymru.org)


      Setting up Install Process
      No package npm available.
      Error: Nothing to do
      [email protected] [~]# yum repolist
      Loaded plugins: fastestmirror, security
      Loading mirror speeds from cached hostfile
    • base:
      Index of /

      favicon

      (mirror.team-cymru.org)

    • extras: mirror.cisp.com
    • remi: remi.check-update.co.uk
    • updates:
      Index of /

      favicon

      (mirror.team-cymru.org)


      repo id repo name status
      base CentOS-6 - Base 4,729+73
      extras CentOS-6 - Extras 12
      pgdg93 PostgreSQL 9.3 6 - i386 195+1
      remi Les RPM de remi pour Enterprise Linux 6 - i386 196+1,333
      updates CentOS-6 - Updates 741+56
      repolist: 5,873
      [email protected] [~]# cd home
      -bash: cd: home: No such file or directory
      [email protected] [~]# cd ..
      [email protected] [/]# ls
      ./ bin/ dev/ home/ media/ net/ quota.user root/ selinux/ tmp/
      ../ boot/ error_log lib/ misc/ opt/ razor-agent.log sbin/ srv/ usr/
      .autofsck cgroup/ etc/ lost+found/ mnt/ proc/ .readahead_collect scripts@ sys/ var/
      [email protected] [/]# cd home/chanrad
      [email protected] [/home/chanrad]# cd nodebb
      [email protected] [/home/chanrad/nodebb]# cd ../
      [email protected] [/home/chanrad]# sudo yum install npm
      Loaded plugins: fastestmirror, security
      Loading mirror speeds from cached hostfile
    • base:
      Index of /

      favicon

      (mirror.team-cymru.org)

    • extras: mirror.cisp.com
    • remi: remi.check-update.co.uk
    • updates:
      Index of /

      favicon

      (mirror.team-cymru.org)


      Setting up Install Process
      No package npm available.
      Error: Nothing to do
      [email protected] [/home/chanrad]# cd nodebb
      [email protected] [/home/chanrad/nodebb]# sudo npm install -g npm
      sudo: npm: command not found
      [email protected] [/home/chanrad]# cd nodebb
      [email protected] [/home/chanrad/nodebb]# ./nodebb setup

    module.js:333
    throw err;
    ^
    Error: Cannot find module 'nconf'
    at Function.Module._resolveFilename (module.js:331:15)
    at Function.Module._load (module.js:273:25)
    at Module.require (module.js:357:17)
    at require (module.js:373:17)
    at Object.<anonymous> (/home/chanrad/nodebb/app.js:23:13)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
    at Module.load (module.js:349:32)
    at Function.Module._load (module.js:305:12)
    at Function.Module.runMain (module.js:490:10)


  • Need help installing NodeBB on CentOS
  • N nakre

    @HolyPhoenix

    [email protected] [/etc]# cat /etc/release
    CentOS release 6.5 (Final)
    LSB_VERSION=base-4.0-ia32:base-4.0-noarch:core-4.0-ia32:core-4.0-noarch:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-ia32:printing-4.0-noarch
    cat: /etc/lsb-release.d: Is a directory
    CentOS release 6.5 (Final)
    CentOS release 6.5 (Final)
    cpe:/o:centos:linux:6:GA
    [email protected] [/etc]#


  • Need help installing NodeBB on CentOS
  • N nakre

    @HolyPhoenix Sure here it is..

    [email protected] [~]# cd /etc/yum.repos.d
    [email protected] [/etc/yum.repos.d]# ls
    ./ epel.repo pgdg-93-centos.repo
    ../ epel.repo.rpmnew remi.repo
    CentOS-Base.repo epel-testing.repo .remi.repo.swp
    CentOS-Debuginfo.repo mirrors-rpmforge rpmforge.repo
    CentOS-Media.repo mirrors-rpmforge-extras webtatic.repo
    CentOS-Vault.repo mirrors-rpmforge-testing
    [email protected] [/etc/yum.repos.d]#


  • Need help installing NodeBB on CentOS
  • N nakre

    @HolyPhoenix maybe i should give up.. if i can't manage to install it how could i maintenance it ;x still thanks a lot for helping me out, these comments may help some others as well..

    Here are latest logs i have.. i'm kinda very sure i have epel enabled.

    [email protected] [/]# cd home
    [email protected] [/home]# cd chanrad
    [email protected] [/home/chanrad]# cd nodebb
    [email protected] [/home/chanrad/nodebb]# sudo npm install -g npm
    sudo: npm: command not found
    [email protected] [/home/chanrad/nodebb]# cd ..
    [email protected] [/home/chanrad]# sudo yum install npm
    Loaded plugins: fastestmirror, security
    Loading mirror speeds from cached hostfile

    • base: centos.chi.host-engine.com
    • extras: mirror.fdcservers.net
    • remi: rpms.famillecollet.com
    • updates: mirror.wiredtree.com
      remi | 2.9 kB 00:00
      remi/primary_db | 707 kB 00:00
      Setting up Install Process
      No package npm available.
      Error: Nothing to do
      [email protected] [/home/chanrad]# cd nodebb
      [email protected] [/home/chanrad/nodebb]# sudo npm install -g npm
      sudo: npm: command not found

    Command line error: no such option: -g
    [email protected] [/home/chanrad]# cd ../
    [email protected] [/home]# sudo yum install npm
    Loaded plugins: fastestmirror, security
    Loading mirror speeds from cached hostfile

    • base: centos.chi.host-engine.com
    • extras: mirror.fdcservers.net
    • remi: mirrors.mediatemple.net
    • updates: mirror.wiredtree.com
      Setting up Install Process
      No package npm available.
      Error: Nothing to do
      [email protected] [/home]# cd home/chanrad
      -bash: cd: home/chanrad: No such file or directory
      [email protected] [/home]# cd chanrad/nodebb
      [email protected] [/home/chanrad/nodebb]# sudo npm install -g npm
      sudo: npm: command not found
      [email protected] [/home/chanrad/nodebb]# sudo npm install
      sudo: npm: command not found
      [email protected] [/home/chanrad/nodebb]#

    [email protected] [/home/chanrad]# sudo vim /etc/yum.repos.d/remi.repo

    [remi]
    name=Les RPM de remi pour Enterprise Linux 6 - $basearch
    #baseurl=http://rpms.famillecollet.com/enterprise/6/remi/$basearch/
    mirrorlist=http://rpms.famillecollet.com/enterprise/6/remi/mirror
    enabled=1
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi


  • Need help installing NodeBB on CentOS
  • N nakre

    @a_5mith
    [email protected] [/home/chanrad/nodebb]# cd ../
    [email protected] [/home/chanrad]# sudo yum install npm
    Loaded plugins: fastestmirror, security
    Loading mirror speeds from cached hostfile

    • base:
    • extras:
    • updates:
      Setting up Install Process
      No package npm available.
      Error: Nothing to do
      [email protected] [/home/chanrad]# cd nodebb
      [email protected] [/home/chanrad/nodebb]# sudo npm install -g npm
      sudo: npm: command not found
      [email protected] [/home/chanrad/nodebb]# sudo npm install
      sudo: npm: command not found

    when i used sudo yum install nodejs git redis ImageMagick npm

    Setting up Install Process
    No package nodejs available.
    Package git-1.7.1-3.el6_4.1.i686 already installed and latest version
    No package redis available.
    Package ImageMagick-6.5.4.7-7.el6_5.i686 already installed and latest version
    No package npm available.
    Nothing to do


  • Need help installing NodeBB on CentOS
  • N nakre

    @a_5mith
    [email protected] [/home/chanrad]# cd nodebb
    [email protected] [/home/chanrad/nodebb]# sudo npm install -g npm
    sudo: npm: command not found
    [email protected] [/home/chanrad/nodebb]# sudo yump install -g npm
    sudo: yump: command not found
    [email protected] [/home/chanrad/nodebb]# sudo yum install -g npm
    ^[[ALoaded plugins: fastestmirror, security

    [email protected] [/home/chanrad/nodebb]# yum install npm
    Loaded plugins: fastestmirror, security
    Loading mirror speeds from cached hostfile

    • base:
    • extras:
    • updates:
      base | 3.7 kB 00:00
      extras | 3.4 kB 00:00
      pgdg93 | 3.6 kB 00:00
      updates | 3.4 kB 00:00
      Setting up Install Process
      No package npm available.
      Error: Nothing to do
      [email protected] [/home/chanrad/nodebb]# yum npm install
      Loaded plugins: fastestmirror, security
      No such command: npm. Please use /usr/bin/yum --help

    i'm sure i'm in nodebb folder thats the log..


  • Need help installing NodeBB on CentOS
  • N nakre

    @a_5mith yes, sudo npm install -g npm is where i get error the previous ones went fine


  • Need help installing NodeBB on CentOS
  • N nakre

    @HolyPhoenix
    [email protected] [~]# yum install -g npm
    Loaded plugins: fastestmirror, security

    [email protected] [~]# yum install npm
    Loaded plugins: fastestmirror, security
    Loading mirror speeds from cached hostfile
    Setting up Install Process
    No package npm available.
    Error: Nothing to do

    any suggestion for these erors ?

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