2017-09-12 15 views
2

ノード5.3.0でIonicバージョン3.9.2を使用しています。私は私のアプリにAndroidプラットフォームを追加しようとしましたが、次のようにエラーを示す:AndroidプラットフォームをIonic v3.9.2に追加中にエラーが発生しました

Running command - failed! 
ERROR] Exception: Using cordova-fetch for [email protected]~6.2.2 

    Error: Failed to fetch platform [email protected]~6.2.2 
    Probably this is either a connection problem, or platform spec is incorrect. 
    Check your connection and platform name/version/URL. 
    Error: cmd: Command failed with exit code 4294963248 Error output: 
    npm ERR! path D:\Ionic\SimBing\node_modules\fsevents\node_modules\getpass\node_modules 
    npm ERR! code EPERM 
    npm ERR! errno -4048 
    npm ERR! syscall lstat 
    npm ERR! Error: EPERM: operation not permitted, lstat 
    'D:\Ionic\SimBing\node_modules\fsevents\node_modules\getpass\node_modules' 
    npm ERR!  at Error (native) 
    npm ERR! { Error: EPERM: operation not permitted, lstat 
    'D:\Ionic\SimBing\node_modules\fsevents\node_modules\getpass\node_modules' 
    npm ERR!  at Error (native) 
    npm ERR! stack: 'Error: EPERM: operation not permitted, lstat 
    \'D:\\Ionic\\SimBing\\node_modules\\fsevents\\node_modules\\getpass\\node_modules\'\n at 

    Error (native)', 
    npm ERR! errno: -4048, 
    npm ERR! code: 'EPERM', 
    npm ERR! syscall: 'lstat', 
    npm ERR! path: 
    'D:\\Ionic\\SimBing\\node_modules\\fsevents\\node_modules\\getpass\\node_modules' } 
    npm ERR! 
    npm ERR! Please try running this command again as root/Administrator. 

    npm ERR! A complete log of this run can be found in: 
    npm ERR! 
    C:\Users\eficaz2020\AppData\Roaming\npm-cache\_logs\2017-09-12T11_09_42_574Z-debug.log 

答えて

0

Windowsを使用している場合は、Windows環境変数を開き、パスにC追加する必要があります:\ WINDOWS \ System32に中をシステム変数を変更してから、cmdを閉じてもう一度開き、もう一度やり直してください。また、管理者としてコマンドを実行してください。

C:/ Users /%USER%/。cordova/lib/npm-cache/cordova-android(Windowsの場合)、アンドロイドプラットフォームをインストールしてくださいバージョン。

このすべては、次の操作を行い動作しない場合:

2-あなたにエラー

cordova platform add [email protected] 

を与えているアンドロイドの特定のバージョンを追加

の1-は削除Androidプラットフォームをまた、下記のコマンドを試してみてくださいsimilar issue

cordova platform add android --nofetch 
+0

ありがとうたくさん.. –

+0

あなたの問題が解決してうれしいです:) – Lotus91

関連する問題