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

Switch to pnpm #270

Closed
wants to merge 2 commits into from
Closed

Conversation

spacey-sooty
Copy link

Why?

fresh npm install (time npm i)
real 3m9.187s
user 1m24.518s
sys 0m24.707s

fresh pnpm install (time pnpm i)
real 1m19.179s
user 0m43.194s
sys 0m8.806s

Note: the npmrc addition is required, electron doesn't play nicely with symlinks

Why?
---
fresh npm install (`time npm i`)
real    3m9.187s
user    1m24.518s
sys     0m24.707s

fresh pnpm install (`time pnpm i`)
real    1m19.179s
user    0m43.194s
sys     0m8.806s

Note: the npmrc addition is required, electron doesn't play nicely with
symlinks

Signed-off-by: Jade Turner <[email protected]>
Signed-off-by: Jade Turner <[email protected]>
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.

1 participant