ember-cli crashes whenever there is an error and you try to load a page in the browser.
See original GitHub issuereproduction:
- classic build / no embroider
await import(someVariable)
<- auto import forbids non-static await importsember s
- load localhost:4200
ember s
crashes
Output from ember version --verbose && npm --version && yarn --version
:
❯ ember version --verbose && npm --version && yarn --version
ember-cli: 3.27.0
node: 14.17.3
v8: 8.4.371.23-node.67
uv: 1.41.0
zlib: 1.2.11
brotli: 1.0.9
ares: 1.17.1
modules: 83
nghttp2: 1.42.0
napi: 8
llhttp: 2.1.3
openssl: 1.1.1k
cldr: 39.0
icu: 69.1
tz: 2021a
unicode: 13.0
os: linux x64
7.7.5
1.22.10
Issue Analytics
- State:
- Created 2 years ago
- Reactions:6
- Comments:11 (10 by maintainers)
Top Results From Across the Web
Ember CLI Crash on Rebuild after Clean install - Stack Overflow
I have no idea what's wrong but when i change a file in my project, which triggers a rebuild, I get an EEXIST,...
Read more >Deploying an Ember app - Basic use
There are three main options for deploying your app: using the ember build command, installing ember-cli-deploy , or using pre-made build packs. ember...
Read more >Ember resources and troubleshooting - Learn web development
Our final Ember article provides you with a list of resources that you can use to go further in your learning, plus some...
Read more >Changelog - Cypress Documentation
If you wish to call a method that returns a promise and wait for it to resolve, ... When a chromium based browser...
Read more >CoffeeScript
If you are using CoffeeScript in a project, you should install it locally ... When using a JavaScript loop to generate functions, it's...
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
@kellyselden is working on releases; we typically close issues upon merge of fixes
Nevermind, I figured out the reproduction. I was missing the part where it’s not the rebuild that crashes, it’s the HTTP request after the rebuild.