-
Notifications
You must be signed in to change notification settings - Fork 0
Notas de Instalación desordenadas
https://github.com/datauy/PorMiBarrioAPPs/wiki
sudo apt-get install git-core zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev software-properties-common libffi-dev nodejs
sudo npm install npm@latest -g
sudo apt-get install node-gyp
npm install npm install gulp --save-dev ionic cordova build android --verbose
npm rebuild
curl -sL https://deb.nodesource.com/setup_12.x | sudo bash -
Funciona con la versión 10
fernando@fernando-Inspiron:~/PROJECTS/PMBAPPs/PorMiBarrioAPPs$ gulp -v [09:38:27] CLI version 2.0.1 [09:38:27] Local version 3.9.1
fernando@fernando-Inspiron:~/PROJECTS/PMBAPPs/PorMiBarrioAPPs$ nodejs -v v10.18.0
https://www.sitepoint.com/how-to-migrate-to-gulp-4/
gulp.task('message', function() { return gulp.src('package.json') .pipe(print(function() { return 'HTTP Server Started'; })); }); The important part here is the return statement. If you don't return the stream, gulp can't determine when the stream has finished.
Modificar archivo gulp para trabajar con gulp4
sudo apt update && sudo apt install android-sdk
apt-get install android-tools-adb
ionic cordova build android --verbose
https://gist.github.com/guipmourao/3e7edc951b043f6de30ca15a5cc2be40
sudo apt purge ng-common ng-latin
sudo npm install -g @angular/cli
[ng] The run command requires to be run in an Angular project, but a project definition could not be found.
Build Apps IOS https://forum.ionicframework.com/t/how-to-build-app-for-iphone-without-mac/19929/5