firecrawl / firecrawl/open-lovable
Error evaluating Node.js code
Open
- Dominant language
- TypeScript
- Stars
- 28.4k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
Error: Cannot find module '../lightningcss.win32-x64-msvc.node'
Fix:
1. Force reinstall the missing binary:
npm install lightningcss-win32-x64-msvc@1.30.1
2. Rebuild native modules:
npm rebuild
3. Clear Next.js build cache:
Remove-Item -Recurse -Force .next
4. Try running your dev server again:
npm run dev
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.