@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 exceeded
The bower installation command:
$ bower install --save --save-exact https://github.com/gregallensworth/L.TileLayer.Cordova.git
Uninstalling the bower package eliminates the problem (
ionic serve
resumes 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 serve
to get more details on what code is causing the problem?
Posts: 2
Participants: 1