Docs
Dependencies
Dependencies
Install project dependencies
PNPM
To install dependencies using PNPM, first, ensure PNPM is installed globally by running:
npm install -g pnpm
Once installed, navigate to your project directory and execute:
pnpm install
This will install all the dependencies defined in the package.json
file efficiently, leveraging PNPM's unique caching system.