วันอาทิตย์ที่ 28 มกราคม พ.ศ. 2561

วันเสาร์ที่ 27 มกราคม พ.ศ. 2561

การเปลี่ยน ionic 2 project ไปรันบน ionic 3

https://dzone.com/articles/migrating-an-ionic-2-project-to-ionic-3


https://stackoverflow.com/questions/43589452/ionic-2-convert-to-ionic-3-error-failed-to-transpile-program-on-ionic-buil

วันอาทิตย์ที่ 21 มกราคม พ.ศ. 2561

วันอาทิตย์ที่ 7 มกราคม พ.ศ. 2561

วันเสาร์ที่ 6 มกราคม พ.ศ. 2561

วันพฤหัสบดีที่ 4 มกราคม พ.ศ. 2561



npm install --global --production windows-build-tools


Downloading BuildTools_Full.exe
Downloading python-2.7.13.msi
[============================================>] 100.0% of 19.16 MB (4.51 MB/s)
Downloaded python-2.7.13.msi. Saved to C:\Users\Administrator\.windows-build-tools\python-2.7.13.msi.
Starting installation...
Launched installers, now waiting for them to finish.
This will likely take some time - please be patient!
Waiting for installers... \Successfully installed Python 2.7
Waiting for installers... \Successfully installed Visual Studio Build Tools.
+ windows-build-tools@1.3.2
added 125 packages in 1419.614s

$ npm install -g which 
$ which node 
after cd into the directory, inside the directory cd into node_modules\npm folder and finally: 
$ npm install node-gyp@latest
error

https://stackoverflow.com/questions/21658832/npm-install-error-msb3428-could-not-load-the-visual-c-component-vcbuild-ex



วันอาทิตย์ที่ 31 ธันวาคม พ.ศ. 2560

ionic3 Runtime Error webpackJsonp is not defined


<!-- Ionic's root component and where the app will load --> <ion-app></ion-app> <!-- The polyfills js is generated during the build process --> <script src="build/polyfills.js"></script> <!-- all code from node_modules directory is here --> <script src="build/vendor.js"></script> // เพิ่มบรรทัดนี้เข้าไป <!-- The bundle js is generated during the build process --> <script src="build/main.js"></script>




https://forum.ionicframework.com/t/webpackjsonp-not-found-when-running-ionic-starter-aws/97458/4