You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fonts installation is Broken in Next js15.
I just create the app, and ran pnpm dev, first I got an error with turbopack saying see next dev for more information, but nothing on console so I just removed the turbo flag form dev command.
After that I am not able to get the fonts thing working.
@IzaanAnwar If you need a quick fix you can try downgrading: "@jridgewell/gen-mapping": "0.3.5", manually. Also, make sure to remove node_modules and lock file(s).
Provide environment information
"initVersion": "7.38.1"
System:
OS: Linux 6.11 Manjaro Linux
CPU: (4) x64 11th Gen Intel(R) Core(TM) i3-1115G4 @ 3.00GHz
Memory: 2.14 GB / 7.47 GB
Container: Yes
Shell: 5.9 - /usr/bin/zsh
Binaries:
Node: 22.2.0 - ~/.nvm/versions/node/v22.2.0/bin/node
Yarn: 1.22.22 - /usr/bin/yarn
npm: 10.7.0 - ~/.nvm/versions/node/v22.2.0/bin/npm
pnpm: 9.8.0 - ~/.local/share/pnpm/pnpm
bun: 1.1.17 - ~/.bun/bin/bun
Describe the bug
Fonts installation is Broken in Next js15.
I just create the app, and ran
pnpm dev
, first I got an error with turbopack saying see next dev for more information, but nothing on console so I just removed the turbo flag form dev command.After that I am not able to get the fonts thing working.
I then tried google and local fonts with next/font/google and next/font/local, and nothing worked.
Reproduction repo
null
To reproduce
pnpm create t3-app@latest some-app
Additional information
The text was updated successfully, but these errors were encountered: