Ошибка «ионная c 5 зависимость конденсатора и узла» - PullRequest
0 голосов
/ 13 апреля 2020

Я использую Иони c 5, реактив и конденсатор. Все работало нормально, но теперь, как только я выполняю команду ioni c cap syn c, я получаю это enter image description here

С подробным: `

[error] Unable to find node_modules/@capacitor/android/capacitor. Are you sure @capacitor/android is installed? This file is currently required for Capacitor to function.
[ERROR] An error occurred while running subprocess capacitor.
        capacitor.cmd sync exited with exit code 1.
 ionic:utils-process onBeforeExit handler: 'process.exit' received +0ms
  ionic:utils-process onBeforeExit handler: running 1 functions +1ms
  ionic:utils-process error while killing process tree for 2740: Error: Command failed: taskkill /pid 2740 /T /F
  ionic:utils-process Erreur�: le processus "2740" est introuvable.
  ionic:utils-process 
  ionic:utils-process     at ChildProcess.exithandler (child_process.js:295:12)
  ionic:utils-process     at ChildProcess.emit (events.js:209:13)
  ionic:utils-process     at maybeClose (internal/child_process.js:1021:16)
  ionic:utils-process     at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5) {
  ionic:utils-process   killed: false,
  ionic:utils-process   code: 128,
  ionic:utils-process   signal: null,
  ionic:utils-process   cmd: 'taskkill /pid 2740 /T /F'
  ionic:utils-process } +285ms
  ionic:utils-process onBeforeExit handler: error from function: Error: Command failed: taskkill /pid 2740 /T /F
  ionic:utils-process Erreur�: le processus "2740" est introuvable.
  ionic:utils-process 
  ionic:utils-process     at ChildProcess.exithandler (child_process.js:295:12)
  ionic:utils-process     at ChildProcess.emit (events.js:209:13)
  ionic:utils-process     at maybeClose (internal/child_process.js:1021:16)
  ionic:utils-process     at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5) {
  ionic:utils-process   killed: false,
  ionic:utils-process   code: 128,
  ionic:utils-process   signal: null,
  ionic:utils-process   cmd: 'taskkill /pid 2740 /T /F'
  ionic:utils-process } +37ms
  ionic:utils-process processExit: exiting (exit code: 1) +104ms

`

...