-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install /cordova-app-hello-world #169
Comments
same issue. grrrr |
UP |
I think this is related to using npm v3. It worked OK when I installed with npm v2. |
same issue |
👍 Xandor's comment here did the trick for me.
|
judging by where npm is looking, I believe this answer may be able to help. |
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. it is not giving any error message |
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?
The text was updated successfully, but these errors were encountered: