Nothing happened after lint finished when build or run

Dear everyone,

I hope I can get a bit of a clue in here. I did my research but I cant find the answer. I saw two previous similar question with no answer also. The problem is: whenever I do:
ionic cordova run android
ionic cordova run ios
ionic cordova build android
ionic cordova build ios
the CLI stopped after “Lint finished”. No error, nothing.
Ionic serve can do fine in browser.
it is also happened when i started new default blank project so I know this is not project issue, but my environtment.

Below are output of ionic info:

@ionic/cli-utils : 1.19.1
ionic (Ionic CLI) : 3.19.1

System:

Node : v6.4.0
npm  : 5.6.0
OS   : OS X El Capitan

Please give me idea where to look at. Is my node outdated or something?

there is probably an error, you see sometimes when running or building some error occurs but the linter will keep working so the linters output will overwrite the error output,
try running one of the commands and keep an eye for the console / terminal and try to see if there is any errors that occur

Thanks for the response. I’m finally manage to solve this issue.

For anyone who encounter this problem in the future:
“There are some outdated part of the dependency”

  1. check which version is your IONIC, NPM, CORDOVA, and NODE using -v for each command.
  2. Check which is the latest current version exist.

My problem is I install in several way (using npm, package installer, brew), so I got lost track which is currently used by my env. So command such as ‘npm install -g ionic’ will update but not be used by my env. So, double check again which ionic/node/npm installation by using ‘which’, ie ‘which ionic’.

When I finally manage to update everything. All problem are gone.

I checked and i got it
i use ionic 4.2.1
npm 6.4.1
cordova 5.0.0
nodeJS v6.11.2
ionic-angular 3.9.2
ionic/app-scripts : 3.1.9
Cordova Platforms : android 4.0.0
Android SDK Tools : 26.1.1
OS: Windows 10

But i still have a problem
Sorry for my level in english

I had the same issue and I solved it by updating ionic version.

sudo npm install -g ionic