Attempted to assign to readonly property on IOS10 wechat 6 - ionic2

I tried to run ionic tabs demo on IOS10.3.2 with wechat6.5.10
I started with this command:
ionic start myapp tabs
cd ./myapp
ionic serve
an error occured :

Related

adminLTE stop working after install livewire

i have a site created with laravel 9.16.0 PHP 8.1.5, AdminLTE 3.2 and bootstrap, all was working fine.
i've decide to use Livewire for some stuff.
After installed it and modify the Adminlte.php file at config folder
i got an error after the user login in and he's redirected to home.blade.php :
message:
InvalidArgumentException: No hint path defined for [adminlte].
git version shows that only 2 file have been change:
composer.json
composer.lock.
Any idea about this errro?
is there something else that need to bee added /setting
Add in composer.json:
require": {
"jeroennoten/laravel-adminlte": "3.*"
}
Then run the command:
composer update

How to disable Ionic2 livereload

I need to disable ionic2 livereload. I am using the following command to run an app.There is no file like ionic.config.js
ionic serve
Help for ionic serve. More info: ionic -h
ionic serve [options] … Start a local development server for app dev/testing
[–consolelogs|-c] … Print app console logs to Ionic CLI
[–serverlogs|-s] … Print dev server logs to Ionic CLI
[–port|-p] … Dev server HTTP port (8100 default)
[–livereload-port|-r] … Live Reload port (35729 default)
[–nobrowser|-b] … Disable launching a browser
[–nolivereload] … Do not start live reload
Look at the last switch.

Cannot setup Ionic monitoring with ionic cordova build --prod

I tried the following command to try add the monitoring feature of ionic to diagnose a problem in my app using ionic view.
$ ionic monitoring syncmaps
git rev-parse HEAD
√ Running command - done!
[INFO] No sourcemaps found, doing build...
? Do full prod build? (Y/n) y ?
Do full prod build? Yes
[INFO] Running app-scripts build: --prod
[22:16:31] build prod started ...
[22:16:31] clean started ...
[22:16:31] clean finished in 1 ms
[22:16:31] copy started ...
[22:16:31] ngc started ...
[22:16:37] ngc finished in 6.08 s
[22:16:37] preprocess started ...
[22:16:37] deeplinks started ...
[22:16:38] deeplinks finished in 441 ms
[22:16:38] optimization started ...
[22:16:38] copy finished in 6.63 s
Error: ./src/pages/admin/admin.ngfactory.js
Module not found: Error: Can't resolve '../../../angularfire2/auth' in >'C:\Users\Gavin\Desktop\Web Development\app\src\pages\admin'
resolve '../../../angularfire2/auth' in 'C:\Users\Gavin\Desktop\Web Development\app\src\pages\admin' using description file: C:\Users\Gavin\Desktop\Web Development\app\package.json (relative path: ./src/pages/admin)
Field 'browser' doesn't contain a valid alias configuration
This error keeps going down the page for a long time, I get the same error if I type
ionic cordova build --prod
I resolved it by deleting .ngmodules folder, downgrading my firebase version to npm i --save angularfire2#4.0.0-rc.1 , and then npm install. I was then able to build my app with ionic cordova --prod

How to exclude a typescript file from ionc 2 build/minify using ionic-app-scripts at run time

I created new app using ionic 2 CLI and now ionic has started using "ionic-app-scripts" for build and minification.
Earlier ionic used gulp and I excluded typescript files from build process based on few input parameters from command.
how to do it in ionic-app-scripts ?
I know we have "tsconfig.json" where we can define include and exclude but I want to do at run time and based on parameter value like -
ionic serve --istrue

ionic2 build stopped after lint finished

recently updated my ionic project beta 11 pro ionic rc0.
However, when the squeegee command
ionic serve
all scripts are executed but the project does not start.
D:\PROJETOS - GIT\mobile-rc1>ionic serve
Running 'serve:before' npm script before serve
> myawesomeapp# watch D:\PROJETOS - GIT\mobile-rc1
> ionic-app-scripts watch
[10:24:04] ionic-app-scripts 0.0.36
[10:24:04] watch started ...
[10:24:04] build dev started ...
[10:24:04] clean started ...
[10:24:04] clean finished in 1 ms
[10:24:04] copy started ...
[10:24:04] transpile started ...
[10:24:04] lint started ...
end here and not continue to next step
Run the following command to check from where or how this problem is coming:
npm run ionic:serve --verbose