rn
rn
Thanks for all the great work everyone!!
``` Error: ENOENT: no such file or directory, open '/srv/http/dev-net23/backend/node_modules/.pnpm/[email protected]/node_modules/puppeteer/lib/esm/puppeteer/puppeteer-core/internal/puppeteer-core.js' at async open (node:internal/fs/promises:641:25) at async readFile (node:internal/fs/promises:1254:14) at async getSource (node:internal/modules/esm/load:42:14) at async defaultLoad (node:internal/modules/esm/load:127:34) at async nextLoad (node:internal/modules/esm/hooks:791:22)...
> Hello, we've just released v8.8.0, which should hopefully resolve this ESM problem. Let us know if you updated and are still running into problems! Just upgraded! My error with...
Same here. Error happens when i add Sentry.setupExpressErrorHandler(app);. Even though i have init at the very top of my index.js. My setup is ESM, so i guess i have to...
Getting the same error on my apollo server. ``await sharp(tmpFilePath) .resize({ width: 1500, height: 1500, fit: 'inside' }) .jpeg({ quality: 90 }) .toFile(tmpFileResizedPath)`` both variables are paths /srv/http/blabla.jpg etc ``error:...
> Please can you create a standalone repo with minimal dependencies that allows someone else to reproduce. Yes i will try to do that! I'm not that experienced in repos....
> @Enngage @rnenjoy Are either of you able to create a minimal repo that allows someone else to reproduce? Sorry for late reply. I was working on the minimal repo...
Maybe my started working with 34 is because I upgraded to node 22 aswell ?
"Add an --import flag to the NODE_OPTIONS environment variable wherever you run your application. For local previews, update your nuxt preview script in the package.json (see below). Also, ensure this...
Downgraded to 16.0 and problem disappeared. CORRECTION: 14.1