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
Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.
Yasser Elgammal -
varzoeaa -
Sergio Peris -
varzoeaa -
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/