firecrawl / firecrawl/open-lovable

Error when following setup instructions (Module not found: Can't resolve '@vercel/turbopack-next/internal/font/google/font')

Open
#56 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
28.4k
Forks
5.4k
PR merge metrics
No merged PRs in 30d

Description

### Environment

- OS: Windows 11 Pro
- Node.js version: v22.17.1

### Steps to Reproduce

1. Follow the setup instructions as documented in README.md ➡️ error occured (Cannot find module '../lightningcss.win32-x64-msvc.node')
2. Applied the workaround metioined in #45
```powershell
npm install lightningcss-win32-x64-msvc@1.30.1
npm rebuild
Remove-Item -Recurse -Force .next
npm run dev
```

3. After the above, encountered another error (Module not found: Can't resolve '@vercel/turbopack-next/internal/font/google/font'). Stack trace is as below.
```bash
Error: [next]/internal/font/google/inter_59dee874.module.css:62:9
Module not found: Can't resolve '@vercel/turbopack-next/internal/font/google/font'
  60 | font-display: swap;
 61 | src: url(@vercel/turbopack-next/internal/font/google/font?{%22url%22:%22https://fonts.gstatic.com/s/inter/v19/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2%22,%22preload%22:true,%22has_size_adjust%22:true}) format('woff2');
> 62 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
 | ^
 63 | }
 64 | @font-face {
 65 | font-family: 'Inter Fallback';

Import map: Resolved by import map

Import trace:
[next]/internal/font/google/inter_59dee874.module.css
[next]/internal/font/google/inter_59dee874.js
./app/layout.tsx

https://nextjs.org/docs/messages/module-not-found
at tr (http://localhost:3000/_next/static/chunks/node_modules_next_dist_compiled_next-devtools_index_82a36480.js:20168:60)
at o6 (http://localhost:3000/_next/static/chunks/node_modules_next_dist_compiled_next-devtools_index_82a36480.js:2952:164)
at iP (http://localhost:3000/_next/static/chunks/node_modules_next_dist_compiled_next-devtools_index_82a36480.js:4008:32)
at i$ (http://localhost:3000/_next/static/chunks/node_modules_next_dist_compiled_next-devtools_index_82a36480.js:4305:28)
at sv (http://localhost:3000/_next/static/chunks/node_modules_next_dist_compiled_next-devtools_index_82a36480.js:5791:21)
at http://localhost:3000/_next/static/chunks/node_modules_next_dist_compiled_next-devtools_index_82a36480.js:5782:40
at sm (http://localhost:3000/_next/static/chunks/node_modules_next_dist_compiled_next-devtools_index_82a36480.js:5783:19)
at sa (http://localhost:3000/_next/static/chunks/node_modules_next_dist_compiled_next-devtools_index_82a36480.js:5596:23)
at sZ (http://localhost:3000/_next/static/chunks/node_modules_next_dist_compiled_next-devtools_index_82a36480.js:6520:124)
at MessagePort._ (http://localhost:3000/_next/static/chunks/node_modules_next_dist_compiled_next-devtools_index_82a36480.js:8806:49)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.