Skip to content
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

feat: node 22 and pnpm support - upgrade code and dependencies #108

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hcavarsan
Copy link

@hcavarsan hcavarsan commented May 11, 2024

  • Upgrade all dependencies
  • Switch from npm to pnpm
  • Ensure Node 22 is working
  • Removed Google Analytics
  • Removed Sentry
  • Run pnpm lint, pnpm build, and pnpm dev successfully

Due to an Electron-Builder error, the pnpm build command requires a workaround. You'll need to add the following lines to your $HOME/.pnpmrc file:

node-linker = hoisted
public-hoist-pattern=*
shamefully-hoist=true
side-effects-cache=false

PS: tests and cypress need to be updated

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.

None yet

1 participant