Max Malm

Results 81 comments of Max Malm

I run this as part of my pipeline: ```bash #!/bin/bash # Directory to search search_dir="./apps/nextjs" # Strings to search for string1="\"use server\"" string2="memoize" found=0 ignore_dirs=(-path "$search_dir/.next" -o -path "$search_dir/node_modules") while...

I'm on `9.12.0` and this only happens when I use `--latest`. Makes updating a bit harder than it should be

> WARNING: This is highly discouraged. Regarding shamefully hoisting. I wonder if the solution is to not hoist drizzle-orm at all?

@pieterbeulque is that the only change you made? According to the docs the defaults does not include drizzle-orm: https://pnpm.io/npmrc#public-hoist-pattern

@rasmuslos sorry 🤦‍♂️ I was googling and reading lots of issues and this felt like the closest one (except it being the wrong repo 😅)

These are the ones I get: ``` ○ Compiling /login ... ✓ Compiled /login in 1488ms ⚠ ./node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@opentelemetry/instrumentation/build/esm/platform/node Package import-in-the-middle can't be external The request import-in-the-middle matches serverExternalPackages (or the...

@chargome ~~that worked for me, thanks a lot!~~ edit: it actually brought on other errors, like `eslint` not being found by packages in the workspace