Skip to content

Development journal

Posts tagged: pnpm

Published notes filed under this topic.

RSS feed
Expo and React Native iOS

How to run your first iOS build of an Expo app in a pnpm monorepo

14 min read

Written by: Jonathan Reis on

Step by step how I ran the first iOS build of an Expo app (Sudoku) that already built on Android, in a pnpm monorepo: prebuild, pod install, xcodebuild Release, simulator. Includes the three traps that block the build (babel, Hermes prebuilt, Firebase mock) and how to fix each one in versioned source files.

Astro and pnpm

When astro check says a dependency is missing but the real bug is a pnpm override

8 min read

Written by: Jonathan Reis on

How a global vscode-languageserver-protocol override broke @astrojs/check with ERR_PACKAGE_PATH_NOT_EXPORTED, and why removing the override fixed typechecking across Astro sites.