Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keita-hino/brisa-tailwind-vercel-repro
https://github.com/keita-hino/brisa-tailwind-vercel-repro
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/keita-hino/brisa-tailwind-vercel-repro
- Owner: keita-hino
- Created: 2024-11-19T00:26:02.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T03:06:28.000Z (about 2 months ago)
- Last Synced: 2024-11-19T04:20:16.697Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://brisa-tailwind-vercel-repro.vercel.app
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# example-app
Steps to reproduce the behavior:1. Add the Vercel adapter (Reference: https://brisa.build/building-your-application/deploying/vercel)
2. Add Tailwind CSS (Reference: https://brisa.build/building-your-application/integrations/tailwind-css)
3. Deploy the application to Vercel.
4. A runtime error occurs.see the following error
```
Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'lightningcss' imported from /var/task/build/brisa.config.js
at packageResolve (node:internal/modules/esm/resolve:858:9)
at moduleResolve (node:internal/modules/esm/resolve:931:18)
at moduleResolveWithNodePath (node:internal/modules/esm/resolve:1173:14)
at defaultResolve (node:internal/modules/esm/resolve:1216:79)
at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:542:12)
at ModuleLoader.resolve (node:internal/modules/esm/loader:510:25)
at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:239:38)
at ModuleWrap. (node:internal/modules/esm/module_job:96:40)
at link (node:internal/modules/esm/module_job:95:36) {
code: 'ERR_MODULE_NOT_FOUND'
}
Node.js process exited with exit status: 1. The logs above can help with debugging the issue.
```