You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/10/19 11:16:33 UTC

[GitHub] [cordova-android] Rac91 opened a new issue #1368: Unable to install codova-android@10.0.0

Rac91 opened a new issue #1368:
URL: https://github.com/apache/cordova-android/issues/1368


   # Bug Report
   Getting error while installing android 10.0.0 or later
   ## Problem
   I am trying to install cordova-android@10.0.0 with the below command,  but it is throwing a file not found error
   cordova platform add android@10.0.0
   ### What is expected to happen?
   The latest version of cordova-android should be installled.
   
   
   ### What does actually happen?
   getting below error - 
    cordova platform add android@10.0.1
   (node:16388) ExperimentalWarning: The fs.promises API is experimental
   Using cordova-fetch for cordova-android@10.0.1
   Adding android project...
   Creating Cordova project for the Android platform:
           Path: platforms\android
           Package: com.sundewapps.nurikabe
           Name: Islands
           Activity: MainActivity
           Android target: android-30
   **_ENOENT: no such file or directory, mkdir 'platforms\android\app\src\main'_**
   
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   
   
   ### Version information
   <!--
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ ] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [ ] I included all the necessary information above
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] breautek closed issue #1368: Unable to install codova-android@10.0.0

Posted by GitBox <gi...@apache.org>.
breautek closed issue #1368:
URL: https://github.com/apache/cordova-android/issues/1368


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] Rac91 commented on issue #1368: Unable to install codova-android@10.0.0

Posted by GitBox <gi...@apache.org>.
Rac91 commented on issue #1368:
URL: https://github.com/apache/cordova-android/issues/1368#issuecomment-947091001


   Thank you so much @breautek .
   I downloaded node@14.18.1 and this resolved the issue.
   
   Thanks a lot


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] breautek commented on issue #1368: Unable to install codova-android@10.0.0

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #1368:
URL: https://github.com/apache/cordova-android/issues/1368#issuecomment-947028572


   What node version are you using? Use `node -v` to find out.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] breautek commented on issue #1368: Unable to install codova-android@10.0.0

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #1368:
URL: https://github.com/apache/cordova-android/issues/1368#issuecomment-947058495


   I think you need node 10.15.0 minimum -- but Node 14 is recommended.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] Rac91 commented on issue #1368: Unable to install codova-android@10.0.0

Posted by GitBox <gi...@apache.org>.
Rac91 commented on issue #1368:
URL: https://github.com/apache/cordova-android/issues/1368#issuecomment-947055821


   @breautek Hi, thanks for your response. Below are details :
   node -v   -- 10.7.0
   cordova -v 10.0.0


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] breautek edited a comment on issue #1368: Unable to install codova-android@10.0.0

Posted by GitBox <gi...@apache.org>.
breautek edited a comment on issue #1368:
URL: https://github.com/apache/cordova-android/issues/1368#issuecomment-947058495


   I think you need node 10.15.0 minimum -- but Node 14 is recommended.
   
   If something prevents you from upgrading major versions of node, I'd always recommend using the latest version of the major. For 10.x that's [10.24.1](https://nodejs.org/download/release/v10.24.1/)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org