node-gyp
Native addon build tool for Node.js
Install
- All systems
-
curl cmd.cat/node-gyp.sh
- Debian
-
apt-get install node-gyp
- Ubuntu
-
apt-get install node-gyp
- Arch Linux
-
pacman -S node-gyp
- Kali Linux
-
apt-get install node-gyp
- Fedora
-
dnf install node-gyp
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install node-gyp
- Raspbian
-
apt-get install node-gyp
- Dockerfile
- dockerfile.run/node-gyp
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.