module.exports = { experimental:{ serverComponentsExternalPackages: ['pino'] } }; Excluding pino from the build does not solve the problem of using pino in middleware, server actions, and route handlers. Perhaps it would be possible to use just in normal server components, but not on the e...
Cannot find module lib/worker.js#46 theogravity I havepino(v8.4.1) with the latestesbuildand the associated transports as part of a package with TypeScript files (which are not compiled / built in the package itself) that is included in a project (ex:import { logger } from 'external-...
module.js:529 throw err; ^ Error: Cannot find module 'request' at Function.Module._resolveFilename (module.js:527:15) at Function.Module._load (module.js:476:23) at Module.require (module.js:568:17) at require (internal/module.js:11:18) at Object.<anonymous> (/Users/danjones/.nvm...
ERROR Cannot start nuxt: Cannot find module 'nuxt' Require stack: - /Users/weleo/nuxt-app/index.js Require stack: - index.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function.resolve (node:internal/modules/cjs/helpers:108:19) at Function._resolve ...
Cannot find module './reports/base' Require stack: - /home/iojs/tmp/citgm_tmp/81754b80-27f7-459c-8dc8-8e0b3ae2f845/npm/node_modules/jackspeak/noop.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:940:15) at resolveFileName (/home/iojs/tmp/citgm_tmp/81754b8...
pino-pretty provides its own type definitions, so you do not need this installed. npm WARN deprecated libnpmconfig@1.2.1: This module is not used anymore. npm config is parsed by npm itself and by @npmcli/config npm ERR! code 1 npm ERR! path /root/Development/atlassian/test/node_...
Cannot find module 'http' or its corresponding type declarations. 3 import type { IncomingMessage, ServerResponse } from 'http'; ~~~ node_modules/elastic-apm-node/index.d.ts:4:43 - error TS7016: Could not find a declaration file for module 'pino'. '/Users/trentm/tmp/tsboom/node_modul...