-
Notifications
You must be signed in to change notification settings - Fork 11
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
Unable to start new project from scratch with Ember V1 addons errors #206
Comments
yea... its an issue of this addon, which ships atm some outdated dependency packages. Your specific issue will be fixed by closing #205 I have also tested a little bit this addon today, because we have planned to use it in an ongoing project.
in additional you need to remove this css import If you use embroider (which if really recommended for new projects), you will run into additional 37 warnings while build...
Also peerDependency doesn't allow ember-source v6 right now (just a issue, but should be fixed) |
Hey guys thanks for opening issues. It's been some time since I try installing in a fresh app. Currently we are actually using the branch v8-master at work because our main apps are stuck at 3.28. But don't worry: we are keeping master synced (feature/bug fixes wise). That said, I'll make sure that master is up to date with fresh apps this weekend. Thanks again, And please feel free to PR or keep opening issues. We use this addon daily heavily--it's super alive. |
Just to clarify: Master branch deploys 10.x v8-master 8.x In theory, 10.x deploys are meant to be the ones working with fresh apps. Can't recall exactly why 3.28 was not working with 10.x branch; I will have a look again--to see if v8 releases can be deprecated or not |
Thanks for the great feedback, it's very nice to know the library is still very much alive! I didn't notice there were two major releases (v9 and v10), why I can't find them on npm? How may I use them? |
Noticed master is on 11.x already https://www.npmjs.com/package/@ember-eui/core/v/11.0.2 They are published. I will try to mark those as the main versions on npm. And I will also update the readme 8x is for legacy builds--as far as I can recall. |
If you can update the project with current dependencies for @ember/string and @glimmer/components please notice that ember 6.2 has just been published so it would be nice to be compatible with latest release :-) |
I would like to give ember-eui another try (I'm not an experienced ember dev) so I created a new project this way:
ember new --typescript --embroider --pnpm tmp
I then installed the missing peer dependencies this way:
pnpm i -D ember-focus-trap moment
and finally installed ember-eui:
ember install @ember-eui/core
if I try to start the project with
pnpm start
I get this error:
The text was updated successfully, but these errors were encountered: