Closed jaysoo closed 1 day ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
CI is running/has finished running commands for commit c236f29ad653727208ca684f57717569f33f8802. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
Sent with 💌 from NxCloud.
The
eslint
version is causing errors like:This is because we are installing both eslint 8 and 9 to the workspace, which are not compatible. We shouldn't need to add
eslint
,typescript
,vite
and other tooling to the app's package.json since they should following single version policy by default and be installed at the root.Note: This is only an issue when you enable workspaces.
Current Behavior
Expected Behavior
Related Issue(s)
Fixes #