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

Add support for yarn package manager. #633

Merged
merged 1 commit into from
Jan 14, 2017

Conversation

JimiC
Copy link
Member

@JimiC JimiC commented Jan 14, 2017

There are several advantages for us to use Yarn.

  1. Faster dependencies installation (speeds up the CI process noticeably).
  2. Dependencies locking. No more different dependencies between machines (as last seen with CI).
  3. Dependencies security.

Installation: https://yarnpkg.com/en/docs/install

Migrating to Yarn
npm install => yarn install
npm update => yarn upgrade

Copy link
Member

@jens1o jens1o left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As long as we can stil publish it via npm, it's ok for me.

@JimiC
Copy link
Member Author

JimiC commented Jan 14, 2017

@jens1o Yarn doesn't replace npm. Consider it as an improved npm.

@JimiC JimiC added this to the 7.0.0 milestone Jan 14, 2017
@robertohuertasm robertohuertasm merged commit 4f5a2b3 into vscode-icons:master Jan 14, 2017
@JimiC JimiC deleted the support_yarn branch January 15, 2017 09:51
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

3 participants