-
Notifications
You must be signed in to change notification settings - Fork 75
Unable to start freshly generated app with v1.0.0-beta.3 #228
Comments
It looks like the import needs to be updated to pull it from |
Thanks. I just ran |
Did you change the import itself? Some of your code is attempting to import from |
Nothing in the generated code is importing I was able to narrow it down to the |
The usage I was thinking of should be here:
It looks like that has been updated though. I'm not sure if the test helpers have been updated, I think that's a separate repo, will check when I get a chance. |
Looks like you already the work here glimmerjs/glimmer-test-helpers#9 |
I wanted to test out the changes in
v1.0.0-beta.3
so I cloned this repo locally and ran the following to generate and run a new glimmer app.ember new new-glimmer-app -b ./glimmer.js/packages/@glimmer/blueprint cd new-glimmer-app npm start
Which produced the following error:
The text was updated successfully, but these errors were encountered: