Unable to start freshly generated app with v1.0.0-beta.3
See original GitHub issueI 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:
Build Error (RollupWithDependencies)
'setPropertyDidChange' is not exported by node_modules/@glimmer/component/dist/modules/es2017/index.js
Stack Trace and Error Report: /var/folders/b5/xtgx28d1475gcmvd_d7xfphw0000gn/T/error.dump.89b04f72c6e82676b7dd68c9f3c71820.log
(node:2493) UnhandledPromiseRejectionWarning: Error: 'setPropertyDidChange' is not exported by node_modules/@glimmer/component/dist/modules/es2017/index.js```
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Cannot run a new app on Windows · Issue #2871 - GitHub
tauri-app\src-tauri) Compiling tauri-macros v1.0.0-beta.5 error: failed to run custom build command for `app v0.1.0 (C:\.
Read more >Known issues with Android Studio and Android Gradle Plugin
If Studio doesn't start after an upgrade, the problem may be due to an invalid Android Studio configuration imported from a previous version...
Read more >Angular 5 Tutorial: Guide to Your First Angular 5 App - Toptal
Project 'getting-started-ng5' successfully created. After that's done, we can ask our fresh application to start by running ng serve out of its directory:...
Read more >2021 PhotoStructure release notes
PhotoStructure could fail to launch on case-insensitive filesystems due to userdir merging code. Thanks for the report, awojtas and bjarte!
Read more >Changelog - Raycast
Fresh app icon that was long overdue. Read more about the changes and why in this blog post. Improvements. Snippets: Added a new...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Looks like you already the work here https://github.com/glimmerjs/glimmer-test-helpers/pull/9
The usage I was thinking of should be here: https://github.com/glimmerjs/glimmer.js/blob/c7673bfc06bf550acb5a51962f01a95982b23ae0/packages/%40glimmer/blueprint/files/src/index.ts#L7
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.