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
For further actions, you may consider blocking this person and/or reporting abuse
westtan -
Sergio Peris -
Nikhil Vikraman -
Nasrul Hazim Bin Mohamad -
Top comments (2)
what is pnpm
"Fast, disk space-efficient package manager"
It's npm-compatible and saves a lot of disk storage, also works faster than npm.
pnpm.js.org/