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

Use yarn for installing dependencies #204

Open
dlindenkreuz opened this issue Dec 9, 2016 · 3 comments
Open

Use yarn for installing dependencies #204

dlindenkreuz opened this issue Dec 9, 2016 · 3 comments

Comments

@dlindenkreuz
Copy link

Since last week, create-react-app uses yarn for installing dependencies. From the release notes of create-react-app:

Yarn is a new fast, reliable and secure alternative to the npm client. If you have Yarn installed, create-react-app will use it to install packages when you create an app. It also creates a yarn.lock file that should be checked into source control (e.g. git). This ensures the same versions of packages will be installed each time yarn install is run, on any machine.

We could all benefit from this!

@ntwcklng
Copy link
Contributor

@insin can i tackle this? I would also refactor the install-app-functions into one generic function and pass the deps via an array.
https://github.com/insin/nwb/blob/master/src/utils.js#L73-L98

@insin
Copy link
Owner

insin commented Jan 10, 2017

@mlusetti
Copy link

Sure but all the other stuff it provides makes it a better fit, especially the deterministic way of handling deps.

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

No branches or pull requests

4 participants