Как устранить ошибку «Произошла ошибка при запуске подпроцесса ng» при развертывании приложения ioni c? - PullRequest
0 голосов
/ 26 марта 2020

Я недавно создал приложение ioni c, и при попытке развернуть его с помощью

ionic cordova build android

я получаю следующую ошибку:

An unhandled exception occurred: [BABEL] C:\Users\dipes\OneDrive\Documents\GitHub\demoapp\www\focus-visible-15ada7f7-js-es2015.js: Could not find plugin "proposal-numeric-separator". Ensure there is an entry in ./available-plugins.js for it. (While processing: "C:\\Users\\dipes\\OneDrive\\Documents\\GitHub\\demoapp\\node_modules\\@babel\\preset-env\\lib\\index.js")
See "C:\Users\dipes\AppData\Local\Temp\ng-8Jt401\angular-errors.log" for further details.
[ERROR] An error occurred while running subprocess ng.

И в файле журнала Я получаю

    [error] Error: [BABEL] C:\Users\dipes\OneDrive\Documents\GitHub\demoapp\www\focus-visible-15ada7f7-js-es2015.js: Could not find plugin "proposal-numeric-separator". Ensure there is an entry in ./available-plugins.js for it. (While processing: "C:\\Users\\dipes\\OneDrive\\Documents\\GitHub\\demoapp\\node_modules\\@babel\\preset-env\\lib\\index.js")
    at getPlugin (C:\Users\dipes\OneDrive\Documents\GitHub\demoapp\node_modules\@babel\preset-env\lib\index.js:67:11)
    at C:\Users\dipes\OneDrive\Documents\GitHub\demoapp\node_modules\@babel\preset-env\lib\index.js:258:62
    at Array.map (<anonymous>)
    at C:\Users\dipes\OneDrive\Documents\GitHub\demoapp\node_modules\@babel\preset-env\lib\index.js:258:43
    at C:\Users\dipes\OneDrive\Documents\GitHub\demoapp\node_modules\@babel\helper-plugin-utils\lib\index.js:19:12
    at C:\Users\dipes\OneDrive\Documents\GitHub\demoapp\node_modules\@babel\core\lib\config\full.js:179:14
    at Generator.next (<anonymous>)
    at Function.<anonymous> (C:\Users\dipes\OneDrive\Documents\GitHub\demoapp\node_modules\@babel\core\lib\gensync-utils\async.js:26:3)
    at Generator.next (<anonymous>)
    at step (C:\Users\dipes\OneDrive\Documents\GitHub\demoapp\node_modules\gensync\index.js:254:32)
    at evaluateAsync (C:\Users\dipes\OneDrive\Documents\GitHub\demoapp\node_modules\gensync\index.js:284:5)
    at Function.errback (C:\Users\dipes\OneDrive\Documents\GitHub\demoapp\node_modules\gensync\index.js:108:7)
    at errback (C:\Users\dipes\OneDrive\Documents\GitHub\demoapp\node_modules\@babel\core\lib\gensync-utils\async.js:70:18)
    at async (C:\Users\dipes\OneDrive\Documents\GitHub\demoapp\node_modules\gensync\index.js:183:31)
    at onFirstPause (C:\Users\dipes\OneDrive\Documents\GitHub\demoapp\node_modules\gensync\index.js:209:13)
    at Generator.next (<anonymous>)
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...