Displaying 20 results from an estimated 2000 matches similar to: "nodejs, epel, SCL"
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 nodejs010
$ scl enable
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
$ scl enable nodejs010
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
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)
unresolved deps:
npm(minimatch) < 0:4
2016 Sep 02
0
CentOS Digest, Vol 140, Issue 1
On Thu, Sep 1, 2016 at 5:30 PM, <centos-request at centos.org> wrote:
> Send CentOS mailing list submissions to
> centos at centos.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.centos.org/mailman/listinfo/centos
> or, via email, send a message with subject or body 'help' to
> centos-request at
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 yum install rh-nodejs4
$ scl
2015 Dec 22
0
CentOS-announce Digest, Vol 130, Issue 10
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
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
nodejs010-npm(graceful-fs) < 4
2016 Oct 11
3
Unable to install extras "centos-release-scl" "epel-release"
I have CentOS7 32-bit x86 AltArch in a VM. Following advice I found
on Google, I tried stuff like "sudo yum install centos-release-scl" and
"sudo yum install epel-release". They came back with...
No package centos-release-scl available.
No package epel-release available.
What am I missing?
--
Walter Dnes <waltdnes at waltdnes.org>
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
2016 Jul 19
2
Announcing release of MariaDB 10.1 on CentOS Linux 6 x86_64 SCL
I am pleased to announce the immediate availability of MariaDB in
version 10.1 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 rh-mariadb101
$
2016 Jul 19
2
Announcing release of MariaDB 10.1 on CentOS Linux 6 x86_64 SCL
I am pleased to announce the immediate availability of MariaDB in
version 10.1 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 rh-mariadb101
$
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.
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 installing the OLD Version 12. not the 14.
2015 Dec 21
1
Announcing release for MariaDB 5.5 and 10.0 on CentOS Linux 6 x86_64 SCL
I am pleased to announce the immediate availability of versions 5.5 and
10.0 of the MariaDB server 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 (example of MariaDB 10.0):
$ sudo yum install centos-release-scl
$ sudo
2015 Dec 21
1
Announcing release for MariaDB 5.5 and 10.0 on CentOS Linux 6 x86_64 SCL
I am pleased to announce the immediate availability of versions 5.5 and
10.0 of the MariaDB server 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 (example of MariaDB 10.0):
$ sudo yum install centos-release-scl
$ sudo
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 install rh-nodejs8
$ scl enable
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:
$ sudo yum install
2018 Dec 11
1
Announcing release of PHP 7.2
I am pleased to announce the immediate availability of PHP
in version 7.2 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:
$ sudo yum install centos-release-scl
2018 Dec 11
1
Announcing release of PHP 7.2
I am pleased to announce the immediate availability of PHP
in version 7.2 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:
$ sudo yum install centos-release-scl