-
Notifications
You must be signed in to change notification settings - Fork 98
Closed
Labels
Description
I'm trying to update from version 1.2.0 to 1.3.x. So far I've only updated ember-cli-typescript and typescript to the latest. I'm starting a build with --watch and after the build completes I've changed the file router.ts. After detecting the changes, nothing happens. I cannot stop the build with ctrl-c, but have to kill the node process using task manager.
$ ember build --output ../cb-ember/ --watch
WARNING: Node v10.4.0 is not tested against Ember CLI on your platform. We recommend that you use the most-recent "Active LTS" version of Node.js. See https://git.io/v7S5n for details.
Build successful (110806ms)
Slowest Nodes (totalTime => 5% ) | Total (avg)
----------------------------------------------+---------------------
Babel: ember-test-helpers (2) | 20571ms (10285 ms)
Babel: lodash (1) | 16651ms
broccoli-persistent-filter:SimpleReplace (3) | 11898ms (3966 ms)
LessCompiler (1) | 9880ms
Babel: ember-data (2) | 9038ms (4519 ms)
file added oqt3obpy.4lo~
file deleted oqt3obpy.4lo~
file changed router.ts
-
Attempt 1, update only typescript and ember-cli-typescript:
ember-cli: 3.0.2 typescript: 2.9.1 ember-cli-typescript: 1.3.2 -
Attempt 2, update everything (
yarn upgrade).
What other information do you need to look into this? I can't provide the source code.