Closed tomdale closed 6 years ago
@tomdale - Do we want to remove yarn.lock even though latest release of Ember-cli is fixed?
@rwjblue I was thinking we should remove it at least until Yarn itself is fixed. It's a pretty crappy first experience to have app creation fail, and not everyone updates their global ember-cli
version that often. (I was on 2.13 on this computer without realizing it until last week.)
Oops, this is in the Glimmer.js monorepo now.
This PR:
yarn.lock
file so app creation doesn't fail out of the gate.@glimmer/application-pipeline
to 0.10.^
operator in package.json with a~
because TypeScript doesn't follow SemVer.ember-cli-sass
by default.