1
Gustavo@Gustavo-PC MINGW64 ~
$ npm install -g cordova ionic
npm WARN deprecated [email protected]: Use uuid module instead
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Use uuid module instead
C:\Users\Gustavo\AppData\Roaming\npm\cordova -> C:\Users\Gustavo\AppData\Roaming\npm\node_modules\cordova\bin\cordova
C:\Users\Gustavo\AppData\Roaming\npm\ionic -> C:\Users\Gustavo\AppData\Roaming\npm\node_modules\ionic\bin\ionic
C:\Users\Gustavo\AppData\Roaming\npm
+-- [email protected]
| +-- [email protected]
| | +-- [email protected]
| | +-- [email protected]
| | | `-- [email protected]
| | +-- [email protected]
| | +-- [email protected]
.
.
.
| `-- [email protected]
`-- [email protected]
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\ionic\node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN In [email protected] replacing bundled version of mime-types with [email protected]
npm WARN In [email protected] replacing bundled version of cross-spawn with [email protected]
npm WARN In [email protected] replacing bundled version of semver with [email protected]
npm WARN In [email protected] replacing bundled version of form-data with [email protected]
npm WARN In [email protected] replacing bundled version of request with [email protected]
npm WARN In [email protected] replacing bundled version of ionic-app-lib with [email protected]
Gustavo@Gustavo-PC MINGW64 ~
$ ionic
bash: ionic: command not found
Gustavo@Gustavo-PC MINGW64 ~
$ cordova --version
bash: cordova: command not found
Gustavo@Gustavo-PC MINGW64 ~
$ ionic start like_app sidemenu --v2
bash: ionic: command not found
In fact, it seems to me that the package has been installed despite the warnings. See if the path to the
ionic
is in your PATH– Caio Felipe Pereira
worked out really this missing the way in the PATH, I had switched the system to another HD and ended up not seeing the way.
– Gustavo Bueno
I’ll create an answer, and you can mark it as correct. =)
– Caio Felipe Pereira