< Home - < Back

node-gyp


Information about the package, node-gyp, which is shipped with common Linux distributions. The node-gyp package is designed for, Node.js native addon build tool.


Package Name:

node-gyp

Summary:

Node.js native addon build tool

Description:

node-gyp is a cross-platform command-line tool written in Node.js for compiling native addon modules for Node.js, which takes away the pain of dealing with the various differences in build platforms. It is the replacement to the node-waf program which is removed for node v0.8.

Architecture:

noarch

Version:

0.10.6

Release:

2.el6

Size:

25 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for node-gyp


Control the node-gyp package with the following handy commands outlined below.


Command

Description of Command

yum install node-gyp

This command will install node-gyp on the server.

yum remove node-gyp

This command will un-install node-gyp on the server. When you run this command, you will be asked if you are sure that you want to remove node-gyp, so you have to manually confirm that you want to do this.

yum -y remove node-gyp

This command will un-install node-gyp on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove node-gyp when using the -y flag.

yum update node-gyp

This command will update node-gyp to the latest version. When you run this command, you will be asked if you are sure that you want to remove node-gyp, so you have to manually confirm that you want to do this.

yum -y update node-gyp

This command will update node-gyp to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove node-gyp when using the -y flag.

yum info node-gyp

This command will show you core information about the node-gyp package.

yum deplist node-gyp

This command will show you the dependencies for node-gyp. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update node-gyp

This command will check if there is an update waiting on node-gyp. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.