Alvis Tang

Results 60 comments of Alvis Tang

Same here with 8.14.0. ``` shared-workspace-lockfile=false node-linker=hoisted ```

The issue is that the `install` script for the `canvas` package seems to be omitted when running `pnpm install`. To verify this, you can check the `canvas` folder within the...

@vtereshyn It's sad to report it's not fixed yet. I deleted all node_modules of my monorepo, run `pnpm store prune` and re-install with `pnpm i`, but the build script of...

@vtereshyn I wish it's the case too. But with `shared-workspace-lockfile=false` it's not the case. It's still broken. @zkochan I've prepared a MRE to demonstrate the issue https://github.com/alvis/mre_pnpm_monorepo_package_dependency_build_skipped When you install...

Ideally, change logs should be generated in related to its tag (ie changes among pre release tags & changes among release tags).

I'm on next js 14.1 and I have the same error when I perform a server action. It does seem to me Next using the cjs version of @sentry/react is...

Alternatively, I figured out the configuration below saves my days too. Seems like by forcing next to analyze barrel files, it ignores a problematic file down the route. @lforst hope...

The doc is certainly outdated and doesn't more harm than being helpful in today's settings. Simply put, for v7 & v8, what we need is simply having this line ```...