ionic2 - Ionic 2 is not working in local machine -
i tried run ionic 2 basic application ubuntu 16.04.2 lts machine. after ionic serve
command.
it's showing message ,nothing building after message
> ionic-app-base@ ionic:serve /home/user_name/desktop/training/ionicproject/testproject > ionic-app-scripts serve "--v2" "--address" "0.0.0.0" "--port" "8100" "--livereload-port" "35729"
following info based on ionic
cordova cli: 6.5.0 ionic framework version: 2.3.0 ionic cli version: 2.2.1 ionic app lib version: 2.2.0 ionic app scripts version: 1.2.2 ios-deploy version: not installed ios-sim version: not installed os: linux 4.4 node version: v6.10.1 xcode version: not installed
can check app-scripts version in package.json file. make "@ionic/app-scripts": "1.1.4" if not already. try running npm install again inside app folder. run ionic serve again.
Comments
Post a Comment