reback00 49f91489d5 pnpm: Update to 5.9.3 4 years ago
..
README.md 336c890d26 pnpm: Added details on min nodejs version required 4 years ago
template 49f91489d5 pnpm: Update to 5.9.3 4 years ago

README.md

pnpm package for Void Linux

This package provides pnpm, which is a fast and efficient package manager similar to npm with a major difference that it works by occupying less space on your disks. It stores one package only once in the system and symlinks to other places. This significantly saves space. It also have many speed advantages compared to npm.

The template file is prepared for use with xbps-src in Void Linux.

Installation

sudo xbps-install xtools
git clone https://github.com/void-linux/void-packages
cd void-packages
./xbps-src binary-bootstrap
# Do the above once if not done already.
# Copy this `pnpm` folder under `srcpkgs` folder, then...
./xbps-src pkg pnpm
xi pnpm

Notes

  • The nodejs minimum dependency version should be available in package.json engines > node

Help from: