Ezequiel Amin

Results 5 comments of Ezequiel Amin

Hi! Got this error on 19.0.3 (Node 21.2.0). It's on `@commitlint/cli`: ```shell (...)/node_modules/@commitlint/cli/lib/cli.js:129 throw err; ^ TypeError: format is not a function at main (file://(...)/node_modules/.pnpm/@[email protected]_@[email protected][email protected]/node_modules/@commitlint/cli/lib/cli.js:280:20) ```

Hi. I'm facing the same issue as @jpgilchrist when trying to run the `turno run dev` command using dotenv and specifying the .env file. The command is: ```shell dotenv -e...

Same as @joaopedrodcf here. Using 7.51.5 makes TS errors appear.

Hello. After some research, I found out that the problem is with webpack, because when I initiate the project using `--turbo`, the problem is solved.

> Adding an additional scenario. This happened to me when using the `cookies` function outside of the `app/` directory. > > > You're importing a component that needs next/headers. That...