lobehub / lobe-chat

🤯 Lobe Chat - an open-source, modern-design AI chat framework. Supports Multi AI Providers( OpenAI / Claude 3 / Gemini / Ollama / Azure / DeepSeek), Knowledge Base (file upload / knowledge management / RAG ), Multi-Modals (Vision/TTS) and plugin system. One-click FREE deployment of your private ChatGPT/ Claude application.
https://chat-preview.lobehub.com
Other
40.96k stars 9.34k forks source link

[Bug] 1:1 Error: Definition for rule 'unused-imports/no-unused-imports' was not found. unused-imports/no-unused-imports #3431

Closed kkportfoliokk closed 1 month ago

kkportfoliokk commented 1 month ago

📦 Environment

Vercel

📌 Version

v1.9.5

💻 Operating System

Other

🌐 Browser

Chrome

🐛 Bug Description

 ✓ Compiled successfully
   Linting and checking validity of types ...
Failed to compile.
./src/app/(auth)/layout.tsx
1:1  Error: Definition for rule 'unused-imports/no-unused-imports' was not found.  unused-imports/no-unused-imports
1:1  Error: Definition for rule 'unused-imports/no-unused-vars' was not found.  unused-imports/no-unused-vars
./src/app/(auth)/login/[[...login]]/page.tsx
1:1  Error: Definition for rule 'unused-imports/no-unused-imports' was not found.  unused-imports/no-unused-imports
1:1  Error: Definition for rule 'unused-imports/no-unused-vars' was not found.  unused-imports/no-unused-vars
./src/app/(auth)/signup/[[...signup]]/page.tsx
1:1  Error: Definition for rule 'unused-imports/no-unused-imports' was not found.  unused-imports/no-unused-imports
1:1  Error: Definition for rule 'unused-imports/no-unused-vars' was not found.  unused-imports/no-unused-vars

getting a lot of errors when deploying.

1:1  Error: Definition for rule 'unused-imports/no-unused-imports' was not found.  unused-imports/no-unused-imports
1:1  Error: Definition for rule 'unused-imports/no-unused-vars' was not found.  unused-imports/no-unused-vars
Screenshot 2024-08-09 at 14 01 58

📷 Recurrence Steps

forked the lobe-chat git and deployed through vercel. I have set the environment variables.

🚦 Expected Behavior

No response

📝 Additional Information

No response

lobehubbot commented 1 month ago

👀 @kkportfoliokk

Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. Please make sure you have given us as much context as possible.\ 非常感谢您提交 issue。我们会尽快调查此事,并尽快回复您。 请确保您已经提供了尽可能多的背景信息。

imrayyu commented 1 month ago

same here, unable to deploy lobe in my vercel due to this issue.

lobehubbot commented 1 month ago

✅ @kkportfoliokk

This issue is closed, If you have any questions, you can comment and reply.\ 此问题已经关闭。如果您有任何问题,可以留言并回复。

lobehubbot commented 1 month ago

:tada: This issue has been resolved in version 1.9.6 :tada:

The release is available on:

Your semantic-release bot :package::rocket: