question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to start freshly generated app with v1.0.0-beta.3

See original GitHub issue

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:

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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
john-griffincommented, Nov 26, 2019

Looks like you already the work here https://github.com/glimmerjs/glimmer-test-helpers/pull/9

1reaction
pzuraqcommented, Nov 26, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found