You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But running pnpm add --global @upleveled/preflight to install Preflight caused the error below, and running pnpm setup multiple times or repeating the while pnpm setup again could not solve the issue
ERR_PNPM_NO_GLOBAL_BIN_DIR Unable to find the
global bin directory
Run "pnpm setup" to create it automatically,
or set the global-bin-dir setting, or the
PNPM_HOME env variable. The global bin
directory should be in the PATH.E env variable. The global bin directory should be in the PATH.
Started a new issue in pnpm GitHub for this problem => pnpm/pnpm#8997
Note
There was the correct pnpm setting in the .zshrc file, and preflight was also located in /Users/[email protected]/Library/pnpm/preflight which seems correct
Hardware-Übersicht: Modellname: MacBook Pro Modell-Identifizierung: MacBookPro17,1 Modellnummer: MYD82D/A Chip: Apple M1 Gesamtanzahl der Kerne: 8 (4 Leistung und 4 Effizienz) Speicher: 8 GB Systemfirmwareversion: 11881.41.5 OS-Ladeprogrammversion: 11881.41.5 Seriennummer (System): FVFF6J1BQ05D Hardware-UUID: A8174CC5-E9AA-5CD8-933B-6D31342B6383 Bereitstellungs-UDID: 00008103-001E491E0ED2001E Status der Aktivierungssperre: AktiviertÜbersicht über die Systemsoftware: Systemversion: macOS 15.1.1 (24B91) Kernel-Version: Darwin 24.1.0 Startvolume: Macintosh HD Startmodus: Normal Gerätename: MacBook Pro von Florentine Benutzername: Florentine Ramböck (FlorentineRamboeck) Sicherer virtueller Speicher: Aktiviert Systemintegritätsschutz: Aktiviert Zeit seit dem Start: 21 Stunden und 45 Minuten
Model Name: MacBook ProModel Identifier: Mac14,9Model Number: Z17G00197FN/AChip: Apple M2 ProTotal Number of Cores: 10 (6 performance and 4 efficiency)Memory: 16 GBSystem Firmware Version: 10151.121.1OS Loader Version: 10151.121.1Serial Number (system): MMPK0JVPQTHardware UUID: 1AF749D2-A103-5260-9B98-9038F39E203DProvisioning UDID: 00006020-000661DC01D3C01EActivation Lock Status: Enabled
The following steps solved it
run this pnpm config set global-bin-dir /Users/[email protected]/Library/pnpm
Yes, the system configurations for the students is already added in the description
karlhorky
changed the title
PNPM failure to find the Global Bin Directory when using the -g flag
pnpm failure to find the Global Bin Directory when using the -g flag
Feb 25, 2025
Some students have issues with installing @upleveled/preflight after they have successfully run the
pnpm
installation using corepackThe
pnpm
installation was completed with the code belowBut running
pnpm add --global @upleveled/preflight
to install Preflight caused the error below, and runningpnpm setup
multiple times or repeating the while pnpm setup again could not solve the issueA similar issue is reported on GitHub => pnpm/pnpm#5883
Started a new issue in
pnpm
GitHub for this problem => pnpm/pnpm#8997Note
There was the correct
pnpm
setting in the.zshrc
file, and preflight was also located in/Users/[email protected]/Library/pnpm/preflight
which seems correctSystems where this issue was reported
The following steps solved it
pnpm config set global-bin-dir /Users/[email protected]/Library/pnpm
pnpm add --global @upleveled/preflight
The text was updated successfully, but these errors were encountered: