-
Notifications
You must be signed in to change notification settings - Fork 133
Couldn't finish generator #257
Comments
Hi @lildesert, it looks like the cordova lib package didn't get installed properly. Sometimes this happens with npm. I'd recommend deleting the Does this resolve the issue? |
Hey :) I think the problem is your npm version. We use the 2.x right now, and I think 3.3 just came out of beta (5 days ago or so). |
Also it looks like you deleted the npm -v
node -v
yo --version
npm list -g generator-m-ionic |
@gruppjo I think he cant install the generator at all? Or? In this case there would be no project. |
@gruppjo , here is what you asked :
You're right I deleted the generator folder in the nodejs/node_modules folder. I thought you talked about this one. Edit : I downgraded my npm version to 2.14.5 as @MathiasTim suggested and it works :). Here is my powershell command prompt results :
Thanks for your support and your awesome reactivity guys. |
You're welcome. Glad we could help :) |
For updates on this issue please, follow the issue I just referenced |
Hi,
I can't use the generator cause I get the following error :
"CordovaError: Could not find directory: C:\Program Files (x86)\nodejs\node_modules\generator-m-ionic\node_modules\cordova-lib\node_modules\cordova-app-hello-world"
When I install the generator I also get this error :
npm WARN engine [email protected]: wanted: {"node":"0.8.x || 0.10.x"} (current: {"node":"0.12.2","npm":"3.3.3"})
But my yeoman version is 1.4.8.
(I'm on Windows 10 by the way)
Any ideas about this issue ?
Thanks
Julien
The text was updated successfully, but these errors were encountered: