Skip to content

(Frontend) - Update Vite from 5.2.12 to latest version 6.2.3 and add @rollup/rollup-win32-x64-msvc #98

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

junaiddshaukat
Copy link

Fixes #97

Description

Checklist

  • Ran npx prettier --write . (for formatting)
  • Ran gofmt -w . (for Go backend)
  • Ran npm test (for JS/TS testing)
  • Added unit tests, if applicable
  • Verified all tests pass
  • Updated documentation, if needed

How to Test

  1. Run npm install to install the updated dependencies.
  2. Run npm run dev to verify that the development server starts without issues.
  3. Run npm run build to ensure the project builds correctly.
  4. If applicable, test functionality in both Windows and non-Windows environments.

@its-me-abhishek
Copy link
Collaborator

peer deps need to be updated

@junaiddshaukat
Copy link
Author

peer deps need to be updated

No need of it. Other deps are good. I have test it properly.

@its-me-abhishek
Copy link
Collaborator

the npm ci command does not work anymore and is broken after i ran the fork, similar to the workflow run.

@junaiddshaukat
Copy link
Author

junaiddshaukat commented Mar 25, 2025

the npm ci command does not work anymore and is broken after i ran the fork, similar to the workflow run.

This is running fine.
image

first when i try to setup i am facing issues like:
Screenshot 2025-03-25 193220

After updating the vite to latest version and installing rollup/rollup-win32-x64-msvc it works

@junaiddshaukat
Copy link
Author

@its-me-abhishek
One thing more how to setup taskwarrior and sync with the web client. I am facing issues in it.

@junaiddshaukat
Copy link
Author

Now Peer Dependency - npm ci issue also resloved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Vite from 5.2.12 to 6.2.3 and Add Rollup Dependency for Windows Compatibility
2 participants