错误 ENOENT 没有这样的文件或目录错误 运行 子进程 cordova 时发生错误
Error ENOENT no such file or directory ERROR An error occurred while running subprocess cordova
我正在尝试将 android 平台添加到我的应用程序,但出现以下错误。我曾尝试通过检查有关堆栈溢出的其他帖子来解决错误,但我仍然没有得到它。我是 Angular 的新手,所以有人可以帮助我吗...
C:\Cordova_Practicals\battery-status-plugin>ionic cordova platform add android
> cordova.cmd platform add android
[Error: ENOENT: no such file or directory, open 'C:\Cordova_Practicals\battery-status-plugin\android\package.json'] {
errno: -4058,
code: 'ENOENT',
syscall: 'open',
path: 'C:\Cordova_Practicals\battery-status-plugin\android/package.json'
}
[ERROR] An error occurred while running subprocess cordova.
cordova.cmd platform add android exited with exit code 1.
Re-running this command with the --verbose flag may provide more information.
这是我的离子信息
C:\Cordova_Practicals\battery-status-plugin>ionic info
Ionic:
Ionic CLI : 6.18.1
(C:\Users\anjan\AppData\Roaming\npm\node_modules\@ionic\cli)
Ionic Framework : @ionic/angular 6.0.2
@angular-devkit/build-angular : 13.0.4
@angular-devkit/schematics : 13.0.4
@angular/cli : 13.0.4
@ionic/angular-toolkit : 5.0.3
Cordova:
Cordova CLI : 10.0.0 (cordova-lib@10.1.0)
Cordova Platforms : none
Cordova Plugins : no whitelisted plugins (0 plugins total)
Utility:
cordova-res : 0.15.4
native-run : 1.5.0
System:
Android SDK Tools : 26.1.1 (C:\Users\anjan\AppData\Local\Android\Sdk)
NodeJS : v16.13.0 (C:\Program Files\nodejs\node.exe)
npm : 8.1.3
OS : Windows 10
删除节点结节文件夹、包-lock.json和运行
npm install --force
在您的项目目录中。然后尝试运行安装您的应用。
我正在尝试将 android 平台添加到我的应用程序,但出现以下错误。我曾尝试通过检查有关堆栈溢出的其他帖子来解决错误,但我仍然没有得到它。我是 Angular 的新手,所以有人可以帮助我吗...
C:\Cordova_Practicals\battery-status-plugin>ionic cordova platform add android
> cordova.cmd platform add android
[Error: ENOENT: no such file or directory, open 'C:\Cordova_Practicals\battery-status-plugin\android\package.json'] {
errno: -4058,
code: 'ENOENT',
syscall: 'open',
path: 'C:\Cordova_Practicals\battery-status-plugin\android/package.json'
}
[ERROR] An error occurred while running subprocess cordova.
cordova.cmd platform add android exited with exit code 1.
Re-running this command with the --verbose flag may provide more information.
这是我的离子信息
C:\Cordova_Practicals\battery-status-plugin>ionic info
Ionic:
Ionic CLI : 6.18.1
(C:\Users\anjan\AppData\Roaming\npm\node_modules\@ionic\cli)
Ionic Framework : @ionic/angular 6.0.2
@angular-devkit/build-angular : 13.0.4
@angular-devkit/schematics : 13.0.4
@angular/cli : 13.0.4
@ionic/angular-toolkit : 5.0.3
Cordova:
Cordova CLI : 10.0.0 (cordova-lib@10.1.0)
Cordova Platforms : none
Cordova Plugins : no whitelisted plugins (0 plugins total)
Utility:
cordova-res : 0.15.4
native-run : 1.5.0
System:
Android SDK Tools : 26.1.1 (C:\Users\anjan\AppData\Local\Android\Sdk)
NodeJS : v16.13.0 (C:\Program Files\nodejs\node.exe)
npm : 8.1.3
OS : Windows 10
删除节点结节文件夹、包-lock.json和运行
npm install --force
在您的项目目录中。然后尝试运行安装您的应用。