You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.
Hi, I'm using node v4.1.1 and npm v3.3.5.
I tried following the basic intructions on the README and, after installing yo, gulp and bower I run yo m-ionic and I get the following error: Couldn't finish generator: CordovaError: Could not find directory: /usr/lib/node_modules/generator-m-ionic/node_modules/cordova-lib/node_modules/cordova-app-hello-world
I tried to move the generator's peerDependency of "yo": ">=1.0.0" inside the dependencies, since npm from version 3 will complain about peer dependencies. Then I tried to change cordova version from 5.2.0 to 5.3.3, but I still get the error
The text was updated successfully, but these errors were encountered:
Hi, I'm using node v4.1.1 and npm v3.3.5.
I tried following the basic intructions on the README and, after installing yo, gulp and bower I run
yo m-ionic
and I get the following error:Couldn't finish generator: CordovaError: Could not find directory: /usr/lib/node_modules/generator-m-ionic/node_modules/cordova-lib/node_modules/cordova-app-hello-world
I tried to move the generator's peerDependency of
"yo": ">=1.0.0"
inside the dependencies, since npm from version 3 will complain about peer dependencies. Then I tried to change cordova version from 5.2.0 to 5.3.3, but I still get the errorThe text was updated successfully, but these errors were encountered: