ember-cli-cordova icon indicating copy to clipboard operation
ember-cli-cordova copied to clipboard

Can't install /cordova-app-hello-world

Open Strutsagget opened this issue 9 years ago • 7 comments

Hi

I get this error on running generate on a MAc with cordova 5.3.1 and

ember -v Future versions of Ember CLI will not support v4.1.0. Please update to Node 0.12 or io.js. version: 1.13.8 node: 4.1.0 npm: 2.13.4 os: darwin x64

ember generate cordova-init se.my.app

Could not find directory: /Users/MyUser/.node/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/cordova-app-hello-world

indeed it's not there but here

/Users/MyUser/.node/lib/node_modules/cordova/node_modules/cordova-app-hello-world

What can be the cause of the double folder structure?

Strutsagget avatar Sep 20 '15 09:09 Strutsagget

same issue. grrrr

colonelchlorine avatar Sep 25 '15 15:09 colonelchlorine

UP

apreg avatar Oct 04 '15 13:10 apreg

I think this is related to using npm v3. It worked OK when I installed with npm v2.

asselin avatar Oct 08 '15 18:10 asselin

same issue

rstoenescu avatar Oct 13 '15 13:10 rstoenescu

:+1:

Xandor's comment here did the trick for me.

If I cd to ...cordova-lib/ and run sudo npm install then cordova create hello works.

andykingking avatar Oct 19 '15 01:10 andykingking

judging by where npm is looking, I believe this answer may be able to help.

http://stackoverflow.com/a/14840304

charliemitchell avatar Oct 27 '15 03:10 charliemitchell

it is working well, but after cordova project creation, while trying to run app in android device is not executing(cordova run android), tried with emulator, browser but no where i m getting. I have added the android platform

it is not giving any error message

kmraditya avatar Jun 28 '17 10:06 kmraditya