You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
I found the culprit within my code: <span>$ {{someVariable}}</span>
is unable to be transpiled by ionic, the workaround was: <span><span>$</span> {{someVariable}}</span>
or <span>$ {{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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: