Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Ionic serve stuck on transpile started #1518

Open
emanzuetaj opened this issue Mar 4, 2019 · 1 comment
Open

Ionic serve stuck on transpile started #1518

emanzuetaj opened this issue Mar 4, 2019 · 1 comment

Comments

@emanzuetaj
Copy link

Short description of the problem:

Running ionic serve on my project does not complete. This just started happening. It gets stuck on the transpile started task.

Which @ionic/app-scripts version are you using?
3.2.2

Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)

Ionic:

ionic (Ionic CLI) : 4.10.3 (C:\Users\Elias\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : ionic-angular 3.9.2
@ionic/app-scripts : 3.2.2

Cordova:

cordova (Cordova CLI) : 8.1.2 ([email protected])
Cordova Platforms : browser 5.0.4
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 2.4.0, (and 16 other plugins)

System:

NodeJS : v10.15.2 (C:\Program Files\nodejs\node.exe)
npm : 6.4.1
OS : Windows 10

@emanzuetaj
Copy link
Author

I found the culprit within my code:
<span>$&nbsp;{{someVariable}}</span>

is unable to be transpiled by ionic, the workaround was:
<span><span>$</span>&nbsp;{{someVariable}}</span>
or
<span>&dollar;&nbsp;{{someVariable}}</span>

During this time I was able to build for specific platforms and the HTML ran fine, this is a bug from that task. It was also very time consuming to track down where the error was happening. It would've been nice to get some type of error or for it to not cause an error to begin with.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant