Creating Your Application With Yarn
You’ll learn how to create your application using Yarn in this lesson.
Ember-CLI was made “Yarn-aware” with version 2.13 and has full support for the blazing-fast package manager. You can use Yarn from the get-go by passing an extra flag when you create your application.
So, go to the folder where you would like to store your ‘Rock ‘n’ Roll with Ember.js’ application and create a new Ember-CLI project passing the --yarn
option:
ember new rarwe --no-welcome --yarn
A yarn.lock
file will be created in your Ember project, and from this point on, all add-on ...
Access this course and 1400+ top-rated courses and projects.