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

yarnを入れたい #38

Closed
potato4d opened this issue Jan 16, 2017 · 3 comments
Closed

yarnを入れたい #38

potato4d opened this issue Jan 16, 2017 · 3 comments

Comments

@potato4d
Copy link

No description provided.

@himanoa
Copy link
Member

himanoa commented Jan 16, 2017

OK

@potato4d
Copy link
Author

vue-dev-templateベースだからキャッシュバリバリ入ってるからyarn化した時間計測してみた。
npmのほうが明らかに遅いのはもうわかりきってるのでnpmは雑な計測

on NPM

どんぶり勘定65sec(1分強)

$ SECONDS=0 && npm i && echo $SECONDS
.
.
.
65
$

on Yarn

だいたい 17sec

$ yarn install
[potato4d@Potato4ds-Macbook Glendar (add-pre-commit)]$ yarn install
yarn install v0.18.1
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
[4/4] 📃  Building fresh packages...
✨  Done in 17.06s.

@potato4d
Copy link
Author

#39

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

No branches or pull requests

2 participants