dcramer / peated

https://peated.com
Apache License 2.0
63 stars 13 forks source link

Order of Execution for PNPM Commands #128

Open rufevean opened 8 months ago

rufevean commented 8 months ago

The documentation suggests running pnpm setup without explicitly mentioning that pnpm install should be executed beforehand. This may lead to potential issues during the setup process.

Proposed Solution: Update the documentation to explicitly instruct users to run pnpm install before executing pnm setup. This will ensure a smooth setup process with all required dependencies in place.