@kentr wrote:
After installing a new bower package in my previously working app, I'm getting an error with
ionic serve.The command & output is:
$ ionic serve -w Google\ Chrome -c -s --nogulp Running live reload server: undefined Watching: 0=www/**/*, 1=!www/lib/**/* Live Reload failed to start, error: RangeError: Maximum call stack size exceeded Ionic serve failed - error: RangeError: Maximum call stack size exceededThe bower installation command:
$ bower install --save --save-exact https://github.com/gregallensworth/L.TileLayer.Cordova.gitUninstalling the bower package eliminates the problem (
ionic serveresumes working as expected).I've installed the cordova plugins required by the package.
I have not added a
<script>tag for this package toindex.html.Is there a log or debug feature for
ionic serveto get more details on what code is causing the problem?
Posts: 2
Participants: 1