Skip to content

Installation

Prerequisite

  • Setup Javascript/Typescript runtime(Nodejs, Bun)
  • Install pnpm global
  • Setup .pnpmrc

Setup JS/TS Runtime

We reccommend using volta to setup Nodejs runtime environment.

Install and run any JS tool quickly and seamlessly! Volta is built in Rust and ships as a snappy static binary.

# install Volta
curl https://get.volta.sh | bash
 
# install Node
volta install node@lts
 
# start using Node
node

Install pnpm

volta install pnpm

Setup .pnpmrc

cat @ronin-nexus:registry=https://npm.pkg.github.com >> ~/.npmrc
cat //npm.pkg.github.com/:_authToken=YOUR_KEY >> ~/.npmrc

Get your key here https://github.com/settings/tokens if you don't have one.