Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pkgs/build-support/node/fetch-pnpm-deps/pnpm-config-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ pnpmConfigHook() {
echo "2. Build the derivation and wait for it to fail with a hash mismatch"
echo "3. Copy the 'got: sha256-' value back into the pnpmDeps.hash field"
echo
echo "If you see ERR_PNPM_LOCKFILE_CONFIG_MISMATCH above this, try changing the pnpm version"
echo "Found 'pnpm' with version '$pnpmVersion'"
echo

exit 1
fi
Expand Down
Loading