npx.cmd
3.10.10-1.6.10.3.1.fc26.x86_64 : Node.js Package Manager
Install
- All systems
-
curl cmd.cat/npx.cmd.sh
- Debian
-
apt-get install npm
- Ubuntu
-
apt-get install npm
- Alpine
-
apk add npm
- Arch Linux
-
pacman -S npm
- Kali Linux
-
apt-get install npm
- Fedora
-
dnf install npm-1
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install npm
- Raspbian
-
apt-get install npm
- Dockerfile
- dockerfile.run/npx.cmd
- Docker
-
docker run cmd.cat/npx.cmd npx.cmd
powered by Commando
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.