Ionic V1 - can't serve or build project

Hey I work on my friends project but I can’t build or serve my project.
when i exec ‘ionic serve’ :

ionic-v1 serve --host=localhost --port=8100 --livereload-port=35729 --dev-port=53703 --engine=browser
TypeError: Cannot read property ‘pipe’ of undefined

at Promise (/usr/local/lib/node_modules/ionic/lib/serve.js:450:22)
at new Promise ()
at Ionic1ServeCLI.spawn (/usr/local/lib/node_modules/ionic/lib/serve.js:421:16)

[ERROR] ionic-v1 has unexpectedly closed (exit code -13).

when i run ‘ionic corodova run android’ :

ionic-v1 build
Error

at new SubprocessError (/usr/local/lib/node_modules/ionic/node_modules/@ionic/utils-subprocess/dist/index.js:40:23)
at ChildProcess.p.on (/usr/local/lib/node_modules/ionic/node_modules/@ionic/utils-subprocess/dist/index.js:113:27)
at ChildProcess.emit (events.js:189:13)
at Process.ChildProcess._handle.onexit (internal/child_process.js:246:12)
at onErrorNT (internal/child_process.js:415:16)
at process._tickCallback (internal/process/next_tick.js:63:19)

Package.json :
{
“name”: “ssss”,
“version”: “0.0.1”,
“description”: “An Ionic project”,
“dependencies”: {
@neo9/cordova-honeywell-scanner”: “./plugins/cordova-honeywell-scanner-master”,
“com.jobxaphire.cdv.barcodescanner”: “./plugins/com.jobxaphire.cdv.barcodescanner”,
“com.neo9.cordova-honeywell-scanner”: “./plugins/cordova-honeywell-scanner-master”,
“com.symbol.enterprisebarcode”: “./plugins/EnterpriseBarcodePoC-master”,
“cordova-android”: “^6.2.3”,
“cordova-ios”: “^4.4.0”,
“cordova-plugin-device”: “1.1.4”,
“cordova-plugin-globalization”: “^1.0.7”,
“cordova-plugin-mifare-ultralight”: “^1.0.3”,
“cordova-plugin-splashscreen”: “~4.0.1”,
“cordova-plugin-statusbar”: “2.2.1”,
“cordova-plugin-whitelist”: “1.3.1”,
“gulp”: “^3.5.6”,
“gulp-concat”: “^2.2.0”,
“gulp-minify-css”: “^0.3.0”,
“gulp-rename”: “^1.2.0”,
“gulp-sass”: “^2.0.4”,
“ionic-plugin-keyboard”: “~2.2.1”,
“natives”: “^1.1.6”
},
“devDependencies”: {
@ionic/v1-toolkit”: “1.0.8”,
“bower”: “^1.3.3”,
“gulp-util”: “^2.2.14”,
“shelljs”: “^0.3.0”
},
“cordova”: {
“plugins”: {
“cordova-plugin-device”: {},
“cordova-plugin-splashscreen”: {},
“cordova-plugin-statusbar”: {},
“cordova-plugin-whitelist”: {},
“ionic-plugin-keyboard”: {},
“cordova-plugin-globalization”: {},
“com.symbol.enterprisebarcode”: {},
“cordova-plugin-mifare-ultralight”: {},
“com.neo9.cordova-honeywell-scanner”: {},
“com.jobxaphire.cdv.barcodescanner”: {}
},
“platforms”:
}
}

ionic info :
Ionic:

Ionic CLI : 5.4.5 (/usr/local/lib/node_modules/ionic)
Ionic Framework : ionic1 1.0.0-beta.14
@ionic/v1-toolkit : 1.0.8

Cordova:

Cordova CLI : 9.0.0 (cordova-lib@9.0.1)
Cordova Platforms : android 8.1.0
Cordova Plugins : no whitelisted plugins (11 plugins total)

Utility:

cordova-res : not installed
native-run : 0.2.9

System:

NodeJS : v10.15.3 (/usr/local/bin/node)
npm : 6.11.3
OS : macOS Catalina

thx a lot for answers

Facing the same error. Dont know what the issue is