trydofor / professional-razor

Use front-end tech (Vue/Css/Ts) to build multi-platform from one codebase, suitable for small team and app to write logic once, run anywhere.
Apache License 2.0
1 stars 0 forks source link

pnpm instead of npm #14

Closed trydofor closed 2 months ago

trydofor commented 7 months ago

prefer pnpm more

https://medium.com/@fixitblog/solved-how-to-use-ionic-cli-with-pnpm-701eb1a2c580 https://forum.ionicframework.com/t/converting-projects-to-work-with-pnpm/230612

trydofor commented 3 months ago

pnpm vs npm+lerna

trydofor commented 3 months ago
## use node 20.16 via asdf
asdf list all nodejs 20
asdf install nodejs 20.16.0
asdf global nodejs 20.16.0

## install pnpm
npm install -g pnpm

## config ionic
ionic config set -g npmClient pnpm