How To Install Node-gyp?

How To Install Node-gyp?

node-gyp

Native addon build tool for Node.js

Maintainer: Debian Javascript Maintainers



Section: javascript

Install node-gyp

  • Debian apt-get install node-gyp Click to copy
  • Ubuntu apt-get install node-gyp Click to copy
  • Arch Linux pacman -S node-gyp Click to copy
  • Kali Linux apt-get install node-gyp Click to copy
  • Fedora dnf install node-gyp Click to copy
  • Raspbian apt-get install node-gyp Click to copy

node-gyp

Native addon build tool for Node.js

node-gyp is a cross-platform command-line tool written in Node.js for compiling native addon modules for Node.js. It features : * Easy to use, consistent interface * Same commands to build a module on every platform * Support of multiple target versions of Node.js node-gyp replaces node-waf program which was deprecated in Node.js 0.8 and removed since Node.js 0.10. Node.js is an event-based server-side javascript engine.

npm-1

3.10.10-1.6.10.3.1.fc26.x86_64 : Node.js Package Manager

npm

package manager for Node.js

Node.js is an event-based server-side javascript engine. npm is the package manager for the Node JavaScript platform. It puts modules in place so that node can find them, and manages dependency conflicts intelligently. It is extremely configurable to support a wide variety of use cases. Most commonly, it is used to publish, discover, install, and develop node programs.

Install the latest version of node-gyp in Debian, Ubuntu, Arch, Kali, Fedora and Raspbian from terminal. To install the node-gyp just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of node-gyp from the respository and install it in your computer/server.