upleveled / system-setup

Set up a PERN development environment on Windows, macOS and Linux
28 stars 19 forks source link

Avoid ERR_PNPM_NO_GLOBAL_BIN_DIR error #64

Closed ProchaLu closed 5 months ago

ProchaLu commented 5 months ago

Closes #58 Closes #42

Students have found an ERR_PNPM_NO_GLOBAL_BIN_DIR error while installing Preflight. This error occurs when a pnpm command is run before the global bin directory has been created using the pnpm setup command. To prevent this error, we are adding the pnpm setup command to the system setup guide that sets up this directory mentioned in this Node.js/corepack issue.

Additional Notes

TODO