Max Haubenstock
Max Haubenstock
We are also running into this issue with sentry/cli. It seems to work when the package is included in dependencies but doesn't work (EACCES) when added in devDependencies.
@colincasey sure thing. Before `pnpm` was installed via corepack we had the following build script (pared down) ``` NODE_ENV=production npm i -g [email protected] pnpm i --prod --frozen-lockfile set +e #...
@dzuelke we do not have `node_modules` checked into git. For now we've turned caching off and things are generally working for us, though some services like Fontawesome charge for bandwidth...
I agree with @ScottMorse, especially because I have a repro where I don't even need to open the iframe to get it to break scrolling, also because my link is...
@phoenixy1 thanks for looking into it! I believe the code in question is in `link-initialize.js`, specifically ``` r.create = function create() { var t = document.body.style.overflow , r = null...