PNPM is a "Fast, disk space-efficient package manager".
Here is a simple script to start using pnpm in Laravel:
echo "shamefully-hoist=true" > .npmrc
Now you run build scripts as usual:
pnpm run watch
# or
pnpm run dev
PNPM is a "Fast, disk space-efficient package manager".
Here is a simple script to start using pnpm in Laravel:
echo "shamefully-hoist=true" > .npmrc
Now you run build scripts as usual:
pnpm run watch
# or
pnpm run dev
"Fast, disk space-efficient package manager"
It's npm-compatible and saves a lot of disk storage, also works faster than npm.
what is pnpm