ионная подача не работает на git bash - PullRequest
0 голосов
/ 24 января 2019

Я использую ionic 3, после запуска проекта команда ionic serve выдает следующую ошибку:

[app-scripts] 'ionic-app-scripts' is not recognized as an internal or external command,
[app-scripts] operable program or batch file.

[INFO] Looks like @ionic/app-scripts isn't installed in this project.

       This package is required for this command to work properly. The
 package provides a CLI utility, but the ionic-app-scripts binary was not found in your PATH.

Я попытался удалить node_modules и запустить npm install сразу после, новсе еще получаю ту же ошибку.

Есть ли обходной путь?Спасибо.

1 Ответ

0 голосов
/ 24 января 2019

Они имеют ту же ошибку здесь:

https://github.com/ionic-team/ionic-cli/issues/3399

Вы должны попробовать

rm -rf node_modules package-lock.json

, а затем

npm install

...