search for: nodejs

Displaying 20 results from an estimated 193 matches for "nodejs".

2016 Aug 31
1
NODEJS010-NPM is not getting installed due to dependency errors on Custom Centos ISO installation
Hi, I have built successfully all the dependent packages of nodejs010 and npm. I have used following command:- *rpmbuild --define 'scl nodejs010' --bb SPEC/name_of_spec.spec* Following is the list of RPMs cloned and built from GIT:- nodejs010-2.1-5.el7.centos.x86_64.rpm nodejs010-http-parser-2.0-6.20121128gitcd01361.el7.centos.x86_64.rpm nodejs010-http-...
2011 Jun 04
2
Weird paramterized issue
Im using a parameterized class in my site.pp: class development($user) { class{"basenode": user => $user} class{"nodejs": user => $user} include "coffeescript" include "ruby" } This class defines nodejs class that epects a user as input: class nodejs($user) { class {"nodejs::npm": user => $user} $node_ver = "v0.4.7" $node_tar = "node-$node_ver.tar...
2017 Mar 29
0
Nodejs010 Packages giving unresolved dependency error when building the nodejs packages
Hi, I am trying to built an ISO with nodejs010 packages but when I run the command "repoclosure -a x86_64 -r <local-repository-name>" to check its further dependencies, it is giving unresolved dependencies error. Example: package: nodejs010-node-gyp-3.2.0-2.el7.centos.noarch from Harman (it's a local repo name) unresolv...
2016 Jul 19
0
Announcing release of NodeJS 4 on CentOS Linux 7 x86_64 SCL
I am pleased to announce the immediate availability of NodeJS in version 4 on CentOS Linux 7 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps: $ sudo yum install centos-release-scl $ sudo...
2017 Mar 14
0
Strange behaviour of yum within %post in kickstart
Hi, (This is happening on CentOS 6) during a machine's kickstart I install several yum repositories which are contained in an RPM. During the %post phase I install an RPM which has a dependency to nodejs. That package with all of its dependencies can be found in EPEL. On the other hand I have the Softwarecollections repository, which also contains nodejs with the same version. Now nodejs has a dependency on libuv: | root at devcma01 ~ # yum deplist nodejs -q --disableexcludes=all | [?] | depend...
2015 Dec 21
0
Announcing release for NodeJS 0.10 on CentOS Linux 7 x86_64 SCL
I am pleased to announce the immediate availability of version 0.10 of the NodeJS on CentOS Linux 7 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps: $ sudo yum install centos-release-scl $ sudo yum install nodejs01...
2015 Dec 21
0
Announcing release for NodeJS 0.10 on CentOS Linux 6 x86_64 SCL
I am pleased to announce the immediate availability of version 0.10 of the NodeJS on CentOS Linux 6 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps: $ sudo yum install centos-release-scl $ sudo yum install nodejs010 $ sc...
2014 May 30
3
nodejs, epel, SCL
Hello, ?With SCL and epel repositories enabled, some dependencies for the package name 'nodejs' get satisfied with libs from SCL which are placed in paths that are not part of my user's environment. Is there a method to make sure that nodeJS from epel dependencies are only satisfied from epel? For example, the http parser dependency gets satisfied by nodejs010-http-parser-2.0-5.20...
2020 Apr 22
1
nodejs version 14
Hi All, I was following the instructions for installing nodejs version 14. https://github.com/nodesource/distributions First thing was: curl -sL https://rpm.nodesource.com/setup_14.x | bash - After that : yum -y install nodejs ---> Package nodejs.x86_64 2:12.16.2-1nodesource will be installed --> Finished Dependency Resolution You can see its install...
2017 Nov 28
0
Announcing release of NodeJS 8 on CentOS Linux 7 x86_64
I am pleased to announce the immediate availability of NodeJS in version 8 on CentOS Linux 7 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps: $ sudo yum install centos-release-scl-rh $ sudo yum...
2016 Nov 18
0
Anaconda installer fails to install nodejs010 and npm due to dependency error
Hi, I have built dependent packages of nodejs010 and npm successfully using mock and copy these RPMS to our ISO, anaconada installer fails to install due to dependency errors: nodejs010-nodejs-are-we-there-yet-1.0.4-1.el7.centos.noarch requires nodejs010-npm(readable-stream) < 2 nodejs010-nodejs-cmd-shim-2.0.0-2.el7.centos.noarch requires...
2016 Sep 02
0
CentOS Digest, Vol 140, Issue 1
...gt; centos-owner at centos.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of CentOS digest..." > > > Today's Topics: > > 1. Re: CentOS 6 - logwatch report not in HTML format (Arun Khan) > 2. Re: NODEJS010-NPM is not getting installed due to dependency > errors on Custom Centos ISO installation (Jim Perrin) > 3. Re: CentOS 6 - logwatch report not in HTML format > (Alexander Farber) > 4. Re: CentOS 6 - logwatch report not in HTML format (Arun Khan) > 5. Re: CentO...
2011 Aug 29
2
rails vs. nodejs
I am going to make an opinionated comment here. This is just my opinion and everyone has one. I think rails is the best framework out there. But I think all these frameworks do not solve any actual problems. They just abstract problems to simpler forms. On the other hand nodejs actually created a new and revolutionary way to develop web applications easily. Almost like writing a simple script. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA3...
2013 Jul 18
2
Puppetlabs Apt module: dependency cycle
...=> present, require => Exec["apt-get update"], } class { ''apt'': } include apt apt::builddep { ["python-imaging","python-lxml"]: require => Class[''apt''] } class {''nodejs'': } include nodejs package {"less": ensure => present, provider => ''npm'', require => Package[''npm''], } I actually noticed similiar questions [here](http://stackoverflow.com/questions/1356874...
2018 Dec 11
0
Announcing release of NodeJS 10
I am pleased to announce the immediate availability of NodeJS in version 10 on CentOS Linux 7 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps: # 1. Install a package with repository for your system:...
2016 May 24
0
NodeJS client
Hello, As I read in this page[1], this email is just to inform that I wrote a NodeJS client for NUT[2]. I did it last year, and is not complete, but has the basics I needed to write pimatic-nut[3] (a plugin for pimatic[4]) Thanks to all of them, I get graphs like this[5]. Hope you like it... ;) [1] http://networkupstools.org/projects.html#_other_software_projects [2] https://gi...
2012 Jun 04
1
nodejs based website
Hello, I am trying to setup a node.js based website called 'hummingbird'. It's a monitoring package that you can read about here: http://projects.nuttnet.net/hummingbird/ My question is when I hit the site all I see is a directory listing http://107.21.183.42/hummingbird/ Similar to what would happen if you went to a php site without php being configured in apache with the
2015 Dec 22
0
CentOS-announce Digest, Vol 130, Issue 10
...ntos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. Announcing release for NodeJS 0.10 on CentOS Linux 7 x86_64 SCL (Honza Horak) 2. Announcing release for NodeJS 0.10 on CentOS Linux 6 x86_64 SCL (Honza Horak) 3. Announcing release for PostgreSQL 9.2 and 9.4 on CentOS Linux 6 x86_64 SCL (Honza Horak) 4. Announcing release for PostgreSQL 9.2 and 9.4 on...
2016 Jul 19
0
CentOS-announce Digest, Vol 137, Issue 6
...oday's Topics: 1. CESA-2016:1421 Important CentOS 5 httpd Security Update (Johnny Hughes) 2. CESA-2016:1422 Important CentOS 7 httpd Security Update (Johnny Hughes) 3. CESA-2016:1421 Important CentOS 6 httpd Security Update (Johnny Hughes) 4. Announcing release of NodeJS 4 on CentOS Linux 7 x86_64 SCL (Honza Horak) 5. Announcing release of Maven 3.3 on CentOS Linux 7 x86_64 SCL (Honza Horak) 6. Announcing release of Maven 3.3 on CentOS Linux 7 x86_64 SCL (Honza Horak) 7. Announcing release of Ruby 2.3 on CentOS Linux 7 x86_64 SCL (H...
2018 Aug 15
1
Missing dependency
...g June 10th. Any ideas? TIA. # yum install rh-ror42 ... Resolving Dependencies --> Running transaction check ---> Package rh-ror42.x86_64 0:2.2-7.el6 will be installed ... --> Finished Dependency Resolution Error: Package: rh-ror42-2.2-7.el6.x86_64 (centos-sclo-rh) Requires: rh-nodejs4-nodejs You could try using --skip-broken to work around the problem ... # yum list rh-nodejs4-nodejs ... Error: No matching Packages to list # cat /etc/centos-release CentOS release 6.9 (Final)