First step with ionic framework.
Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network applications. This tutorial is based on Fedora 30 distro.
1 2 3 4 5 6 | [root@desk mythcat]# dnf install nodejs Last metadata expiration check: 0:58:43 ago on Mon 12 Aug 2019 10:01:29 AM EEST. Package nodejs-1:10.16.0-3.fc30.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! |
Let’s see the version for npm and nodejs:
1 2 3 4 | [mythcat@desk ~]$ npm --version 6.9.0 [mythcat@desk ~]$ node --version v10.16.0 |
Ionic Framework is the free, open source mobile UI toolkit for developing high-quality cross-platform apps for native iOS, Android, and the… Read More »