Closed mnutt closed 7 years ago
I can confirm this error. Having the same problem.
@mnutt You can go around this by using npm to generate your app: ember new traffic-viz -b @glimmer/blueprint --yarn=false
.
Seems like there was a problem with yarn that messed up nested dependencies when using --ignore-optional
(which Ember-CLI uses) which is already fixed: https://github.com/yarnpkg/yarn/pull/4448
Problem is fixed in yarn 1.1, so I guess this issue can be closed.
Thanks all, it works now with yarn 1.1.
I'm having an issue creating a new glimmer app while using the newly released yarn 1.0.1 and node 8.4.0.
(If this would be better filed as a yarn issue please let me know and I'll move it there.)
(the full debug output is ~20k lines and I didn't see anything relevant, but if it helps, it's here: https://gist.github.com/mnutt/5978d98b0dedb0cc7efe157c889e922a)
I've tried
yarn cache clean
, removing all global yarn modules, etc. When I roll back to yarn 0.27.5, the issue goes away.It appears that we're installing both
node-sass
4.5.3 and 3.13.1, and unfortunately it's hard to determine which one is causing the issue. I'm able to successfullyyarn global add node-sass@4.5.3
andyarn global add node-sass@3.13.1
but it doesn't fix the issue.