Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client
119
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: Remove postinstall-postinstall #24

open opened by amyy.me targeting main

postinstall-postinstall is unnecessary for anything in this project, I'm unsure why it's even in bluesky-social/social-app. The switch to pnpm means this package will never do anything, as its setup process only ever uses npm or yarn. Furthermore, if yarnpkg is in path, it will fail to install modules as it attempts to run the package manager yarn@pnpm@<version>, which doesn't work.

This package is hardcoded to work in very specific environments that can be easily identified by looking at its source code, making it worse than useless for this project.

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:ly7i5volax46sx4dnix3rbhs/sh.tangled.repo.pull/3mko7ozveso22
-9
Diff #0
-1
package.json
··· 214 214 "normalize-url": "^8.1.1", 215 215 "pako": "^2.1.0", 216 216 "patch-package": "^8.0.1", 217 - "postinstall-postinstall": "^2.1.0", 218 217 "psl": "^1.15.0", 219 218 "radix-ui": "^1.4.3", 220 219 "react": "19.1.0",
-8
pnpm-lock.yaml
··· 489 489 patch-package: 490 490 specifier: ^8.0.1 491 491 version: 8.0.1 492 - postinstall-postinstall: 493 - specifier: ^2.1.0 494 - version: 2.1.0 495 492 psl: 496 493 specifier: ^1.15.0 497 494 version: 1.15.0 ··· 10263 10260 resolution: {integrity: sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==} 10264 10261 engines: {node: '>=0.10.0'} 10265 10262 10266 - postinstall-postinstall@2.1.0: 10267 - resolution: {integrity: sha512-7hQX6ZlZXIoRiWNrbMQaLzUUfH+sSx39u8EJ9HYuDc1kLo9IXKWjM5RSquZN1ad5GnH8CGFM78fsAAQi3OKEEQ==} 10268 - 10269 10263 preact@10.29.1: 10270 10264 resolution: {integrity: sha512-gQCLc/vWroE8lIpleXtdJhTFDogTdZG9AjMUpVkDf2iTCNwYNWA+u16dL41TqUDJO4gm2IgrcMv3uTpjd4Pwmg==} 10271 10265 ··· 24346 24340 dependencies: 24347 24341 xtend: 4.0.2 24348 24342 24349 - postinstall-postinstall@2.1.0: {} 24350 - 24351 24343 preact@10.29.1: {} 24352 24344 24353 24345 prebuild-install@7.1.3:

History

1 round 0 comments
sign up or login to add to the discussion
amyy.me submitted #0
patch application failed: error: patch failed: package.json:214 error: package.json: patch does not apply error: patch failed: pnpm-lock.yaml:489 error: pnpm-lock.yaml: patch does not apply
expand 0 comments