-bash: ionic: command not found (Not able to install any version)How to install specific version of ionic via npmnpm install -g cordova and ionic 2 errorGetting an error while installing ionic 2Error install Ionic cordova in MacOS Sierra 10.12.3Ionic 1 project - none of the cli commands workBash: cordova: command not found on maci was building an old version of ionic app ending up having this errorIONIC 4 Failed to install cordova-plugin-connectsdkERROR An error occurred while running subprocess npmCLI commands to build (package) .IPA using ionic-v4Ionic 3 FireReader not working but Ionic 4 can
Calculating total slots
Why is the "ls" command showing permissions of files in a FAT32 partition?
What are the advantages of simplicial model categories over non-simplicial ones?
Why does a simple loop result in ASYNC_NETWORK_IO waits?
Does the UK parliament need to pass secondary legislation to accept the Article 50 extension
It grows, but water kills it
Can I say "fingers" when referring to toes?
Creepy dinosaur pc game identification
Does an advisor owe his/her student anything? Will an advisor keep a PhD student only out of pity?
Hero deduces identity of a killer
Why would a new[] expression ever invoke a destructor?
What if a revenant (monster) gains fire resistance?
Open a doc from terminal, but not by its name
Can a College of Swords bard use a Blade Flourish option on an opportunity attack provoked by their own Dissonant Whispers spell?
Limits and Infinite Integration by Parts
Why Shazam when there is already Superman?
Recommended PCB layout understanding - ADM2572 datasheet
Yosemite Fire Rings - What to Expect?
How do apertures which seem too large to physically fit work?
Unexpected behavior of the procedure `Area` on the object 'Polygon'
Can a stoichiometric mixture of oxygen and methane exist as a liquid at standard pressure and some (low) temperature?
Biological Blimps: Propulsion
putting logo on same line but after title, latex
Did arcade monitors have same pixel aspect ratio as TV sets?
-bash: ionic: command not found (Not able to install any version)
How to install specific version of ionic via npmnpm install -g cordova and ionic 2 errorGetting an error while installing ionic 2Error install Ionic cordova in MacOS Sierra 10.12.3Ionic 1 project - none of the cli commands workBash: cordova: command not found on maci was building an old version of ionic app ending up having this errorIONIC 4 Failed to install cordova-plugin-connectsdkERROR An error occurred while running subprocess npmCLI commands to build (package) .IPA using ionic-v4Ionic 3 FireReader not working but Ionic 4 can
I am trying to install ionic globally.
sudo npm install -g cordova ionic AND npm install ionic@3.2.0 --save
I tried both the commend it execute successfully.
But when i run ionic info it shows -bash: ionic: command not found
Can anyone help me?
EDIT : Same thing happen when i install cordova
sudo npm install -g cordova
Password:
/Users/hardik/.npm-packages/bin/cordova -> /Users/hardik/.npm-packages/lib/node_modules/cordova/bin/cordova
+ cordova@8.1.2
updated 1 package in 7.011s
Sshah-Mac-mini:node_modules sunny$ cordova -v
-bash: cordova: command not found
Terminal Log
Sshah-Mac-mini:~ sunny$ npm list -g --depth=0
/Users/hardik/.npm-packages/lib
├── @angular/cli@7.3.5
├── cordova@8.1.2
├── ionic@4.11.0
└── npm@6.9.0
Sshah-Mac-mini:~ sunny$ npm root -g
/Users/hardik/.npm-packages/lib/node_modules
╭───────────────────────────────────────────────────────────────╮
│ │
│ New minor version of npm available! 6.7.0 → 6.9.0 │
│ Changelog: https://github.com/npm/cli/releases/tag/v6.9.0 │
│ Run npm install -g npm to update! │
│ │
╰───────────────────────────────────────────────────────────────╯
Sshah-Mac-mini:~ sunny$ npm install -g npm
/Users/hardik/.npm-packages/bin/npm -> /Users/hardik/.npm-packages/lib/node_modules/npm/bin/npm-cli.js
/Users/hardik/.npm-packages/bin/npx -> /Users/hardik/.npm-packages/lib/node_modules/npm/bin/npx-cli.js
+ npm@6.9.0
updated 1 package in 16.501s
Sshah-Mac-mini:~ sunny$ ionic info
-bash: ionic: command not found
Sshah-Mac-mini:~ sunny$
cordova ionic-framework ionic4
|
show 1 more comment
I am trying to install ionic globally.
sudo npm install -g cordova ionic AND npm install ionic@3.2.0 --save
I tried both the commend it execute successfully.
But when i run ionic info it shows -bash: ionic: command not found
Can anyone help me?
EDIT : Same thing happen when i install cordova
sudo npm install -g cordova
Password:
/Users/hardik/.npm-packages/bin/cordova -> /Users/hardik/.npm-packages/lib/node_modules/cordova/bin/cordova
+ cordova@8.1.2
updated 1 package in 7.011s
Sshah-Mac-mini:node_modules sunny$ cordova -v
-bash: cordova: command not found
Terminal Log
Sshah-Mac-mini:~ sunny$ npm list -g --depth=0
/Users/hardik/.npm-packages/lib
├── @angular/cli@7.3.5
├── cordova@8.1.2
├── ionic@4.11.0
└── npm@6.9.0
Sshah-Mac-mini:~ sunny$ npm root -g
/Users/hardik/.npm-packages/lib/node_modules
╭───────────────────────────────────────────────────────────────╮
│ │
│ New minor version of npm available! 6.7.0 → 6.9.0 │
│ Changelog: https://github.com/npm/cli/releases/tag/v6.9.0 │
│ Run npm install -g npm to update! │
│ │
╰───────────────────────────────────────────────────────────────╯
Sshah-Mac-mini:~ sunny$ npm install -g npm
/Users/hardik/.npm-packages/bin/npm -> /Users/hardik/.npm-packages/lib/node_modules/npm/bin/npm-cli.js
/Users/hardik/.npm-packages/bin/npx -> /Users/hardik/.npm-packages/lib/node_modules/npm/bin/npx-cli.js
+ npm@6.9.0
updated 1 package in 16.501s
Sshah-Mac-mini:~ sunny$ ionic info
-bash: ionic: command not found
Sshah-Mac-mini:~ sunny$
cordova ionic-framework ionic4
Have you tried runningsudo cordova -v
?
– Tachyon
Mar 7 at 7:19
@Tachyon same reasult
– Sunny Shah
Mar 7 at 7:21
What is the output ofecho $PATH
?
– Tachyon
Mar 7 at 7:32
To get the version of cordova, you should use:cordova --version
in console
– Tomas Vancoillie
Mar 7 at 7:37
Possible duplicate of How to install specific version of ionic via npm
– Tomas Vancoillie
Mar 7 at 7:37
|
show 1 more comment
I am trying to install ionic globally.
sudo npm install -g cordova ionic AND npm install ionic@3.2.0 --save
I tried both the commend it execute successfully.
But when i run ionic info it shows -bash: ionic: command not found
Can anyone help me?
EDIT : Same thing happen when i install cordova
sudo npm install -g cordova
Password:
/Users/hardik/.npm-packages/bin/cordova -> /Users/hardik/.npm-packages/lib/node_modules/cordova/bin/cordova
+ cordova@8.1.2
updated 1 package in 7.011s
Sshah-Mac-mini:node_modules sunny$ cordova -v
-bash: cordova: command not found
Terminal Log
Sshah-Mac-mini:~ sunny$ npm list -g --depth=0
/Users/hardik/.npm-packages/lib
├── @angular/cli@7.3.5
├── cordova@8.1.2
├── ionic@4.11.0
└── npm@6.9.0
Sshah-Mac-mini:~ sunny$ npm root -g
/Users/hardik/.npm-packages/lib/node_modules
╭───────────────────────────────────────────────────────────────╮
│ │
│ New minor version of npm available! 6.7.0 → 6.9.0 │
│ Changelog: https://github.com/npm/cli/releases/tag/v6.9.0 │
│ Run npm install -g npm to update! │
│ │
╰───────────────────────────────────────────────────────────────╯
Sshah-Mac-mini:~ sunny$ npm install -g npm
/Users/hardik/.npm-packages/bin/npm -> /Users/hardik/.npm-packages/lib/node_modules/npm/bin/npm-cli.js
/Users/hardik/.npm-packages/bin/npx -> /Users/hardik/.npm-packages/lib/node_modules/npm/bin/npx-cli.js
+ npm@6.9.0
updated 1 package in 16.501s
Sshah-Mac-mini:~ sunny$ ionic info
-bash: ionic: command not found
Sshah-Mac-mini:~ sunny$
cordova ionic-framework ionic4
I am trying to install ionic globally.
sudo npm install -g cordova ionic AND npm install ionic@3.2.0 --save
I tried both the commend it execute successfully.
But when i run ionic info it shows -bash: ionic: command not found
Can anyone help me?
EDIT : Same thing happen when i install cordova
sudo npm install -g cordova
Password:
/Users/hardik/.npm-packages/bin/cordova -> /Users/hardik/.npm-packages/lib/node_modules/cordova/bin/cordova
+ cordova@8.1.2
updated 1 package in 7.011s
Sshah-Mac-mini:node_modules sunny$ cordova -v
-bash: cordova: command not found
Terminal Log
Sshah-Mac-mini:~ sunny$ npm list -g --depth=0
/Users/hardik/.npm-packages/lib
├── @angular/cli@7.3.5
├── cordova@8.1.2
├── ionic@4.11.0
└── npm@6.9.0
Sshah-Mac-mini:~ sunny$ npm root -g
/Users/hardik/.npm-packages/lib/node_modules
╭───────────────────────────────────────────────────────────────╮
│ │
│ New minor version of npm available! 6.7.0 → 6.9.0 │
│ Changelog: https://github.com/npm/cli/releases/tag/v6.9.0 │
│ Run npm install -g npm to update! │
│ │
╰───────────────────────────────────────────────────────────────╯
Sshah-Mac-mini:~ sunny$ npm install -g npm
/Users/hardik/.npm-packages/bin/npm -> /Users/hardik/.npm-packages/lib/node_modules/npm/bin/npm-cli.js
/Users/hardik/.npm-packages/bin/npx -> /Users/hardik/.npm-packages/lib/node_modules/npm/bin/npx-cli.js
+ npm@6.9.0
updated 1 package in 16.501s
Sshah-Mac-mini:~ sunny$ ionic info
-bash: ionic: command not found
Sshah-Mac-mini:~ sunny$
cordova ionic-framework ionic4
cordova ionic-framework ionic4
edited Mar 14 at 9:32
Sunny Shah
asked Mar 7 at 6:07
Sunny ShahSunny Shah
10.8k83673
10.8k83673
Have you tried runningsudo cordova -v
?
– Tachyon
Mar 7 at 7:19
@Tachyon same reasult
– Sunny Shah
Mar 7 at 7:21
What is the output ofecho $PATH
?
– Tachyon
Mar 7 at 7:32
To get the version of cordova, you should use:cordova --version
in console
– Tomas Vancoillie
Mar 7 at 7:37
Possible duplicate of How to install specific version of ionic via npm
– Tomas Vancoillie
Mar 7 at 7:37
|
show 1 more comment
Have you tried runningsudo cordova -v
?
– Tachyon
Mar 7 at 7:19
@Tachyon same reasult
– Sunny Shah
Mar 7 at 7:21
What is the output ofecho $PATH
?
– Tachyon
Mar 7 at 7:32
To get the version of cordova, you should use:cordova --version
in console
– Tomas Vancoillie
Mar 7 at 7:37
Possible duplicate of How to install specific version of ionic via npm
– Tomas Vancoillie
Mar 7 at 7:37
Have you tried running
sudo cordova -v
?– Tachyon
Mar 7 at 7:19
Have you tried running
sudo cordova -v
?– Tachyon
Mar 7 at 7:19
@Tachyon same reasult
– Sunny Shah
Mar 7 at 7:21
@Tachyon same reasult
– Sunny Shah
Mar 7 at 7:21
What is the output of
echo $PATH
?– Tachyon
Mar 7 at 7:32
What is the output of
echo $PATH
?– Tachyon
Mar 7 at 7:32
To get the version of cordova, you should use:
cordova --version
in console– Tomas Vancoillie
Mar 7 at 7:37
To get the version of cordova, you should use:
cordova --version
in console– Tomas Vancoillie
Mar 7 at 7:37
Possible duplicate of How to install specific version of ionic via npm
– Tomas Vancoillie
Mar 7 at 7:37
Possible duplicate of How to install specific version of ionic via npm
– Tomas Vancoillie
Mar 7 at 7:37
|
show 1 more comment
3 Answers
3
active
oldest
votes
This command show globally available modules in npm
npm list -g --depth=0
if you cant see ionic cordova in this list it means both packages are not installed globally.
check your global installation path by
npm root -g
check if your ionic and cordova installed in this directory or not.
if you have tried path changing in first answer and still not working then uninstall node and install latest recommended version of node.
then install
npm install -g ionic
npm install -g cordova
I had updated logs. Please check
– Sunny Shah
Mar 14 at 9:32
after this have you restarted machine?
– Sahil
Mar 14 at 10:08
Yes not working
– Sunny Shah
Mar 14 at 10:24
then may be the last option is to unistall complete node js then start again
– Sahil
Mar 14 at 11:50
add a comment |
The first thing after the installation try this,
sudo ln -s /home/USER/npm/bin/ionic /usr/bin/ionic
If still getting the error, you are using Old version of Ionic Uninstall it and Reinstall it again.
> npm uninstall -g cordova
> npm uninstall -g ionic
Then just reinstall
> npm install -g cordova
> npm install -g ionic
if still, it gives errors another solution is
Go to user/.ionic folder and remove all files then install ionic again by using the following commands.
> npm install -g ionic
No none of this working. I had updated question do you have any clue?
– Sunny Shah
Mar 7 at 7:11
sudo ln -s /home/USER/npm/bin/ionic /usr/bin/ionic Did you tried this? Replace User with the user you are using.
– Salman Khan
Mar 8 at 5:10
add a comment |
Fixed it
By editing ~/.bashrc with the following
export PATH=$PATH:/Users/EDIT_THIS_PUT_YOUR_USER_NAME_HERE/.npm-packages/bin
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55037098%2fbash-ionic-command-not-found-not-able-to-install-any-version%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
This command show globally available modules in npm
npm list -g --depth=0
if you cant see ionic cordova in this list it means both packages are not installed globally.
check your global installation path by
npm root -g
check if your ionic and cordova installed in this directory or not.
if you have tried path changing in first answer and still not working then uninstall node and install latest recommended version of node.
then install
npm install -g ionic
npm install -g cordova
I had updated logs. Please check
– Sunny Shah
Mar 14 at 9:32
after this have you restarted machine?
– Sahil
Mar 14 at 10:08
Yes not working
– Sunny Shah
Mar 14 at 10:24
then may be the last option is to unistall complete node js then start again
– Sahil
Mar 14 at 11:50
add a comment |
This command show globally available modules in npm
npm list -g --depth=0
if you cant see ionic cordova in this list it means both packages are not installed globally.
check your global installation path by
npm root -g
check if your ionic and cordova installed in this directory or not.
if you have tried path changing in first answer and still not working then uninstall node and install latest recommended version of node.
then install
npm install -g ionic
npm install -g cordova
I had updated logs. Please check
– Sunny Shah
Mar 14 at 9:32
after this have you restarted machine?
– Sahil
Mar 14 at 10:08
Yes not working
– Sunny Shah
Mar 14 at 10:24
then may be the last option is to unistall complete node js then start again
– Sahil
Mar 14 at 11:50
add a comment |
This command show globally available modules in npm
npm list -g --depth=0
if you cant see ionic cordova in this list it means both packages are not installed globally.
check your global installation path by
npm root -g
check if your ionic and cordova installed in this directory or not.
if you have tried path changing in first answer and still not working then uninstall node and install latest recommended version of node.
then install
npm install -g ionic
npm install -g cordova
This command show globally available modules in npm
npm list -g --depth=0
if you cant see ionic cordova in this list it means both packages are not installed globally.
check your global installation path by
npm root -g
check if your ionic and cordova installed in this directory or not.
if you have tried path changing in first answer and still not working then uninstall node and install latest recommended version of node.
then install
npm install -g ionic
npm install -g cordova
answered Mar 14 at 9:04
SahilSahil
335117
335117
I had updated logs. Please check
– Sunny Shah
Mar 14 at 9:32
after this have you restarted machine?
– Sahil
Mar 14 at 10:08
Yes not working
– Sunny Shah
Mar 14 at 10:24
then may be the last option is to unistall complete node js then start again
– Sahil
Mar 14 at 11:50
add a comment |
I had updated logs. Please check
– Sunny Shah
Mar 14 at 9:32
after this have you restarted machine?
– Sahil
Mar 14 at 10:08
Yes not working
– Sunny Shah
Mar 14 at 10:24
then may be the last option is to unistall complete node js then start again
– Sahil
Mar 14 at 11:50
I had updated logs. Please check
– Sunny Shah
Mar 14 at 9:32
I had updated logs. Please check
– Sunny Shah
Mar 14 at 9:32
after this have you restarted machine?
– Sahil
Mar 14 at 10:08
after this have you restarted machine?
– Sahil
Mar 14 at 10:08
Yes not working
– Sunny Shah
Mar 14 at 10:24
Yes not working
– Sunny Shah
Mar 14 at 10:24
then may be the last option is to unistall complete node js then start again
– Sahil
Mar 14 at 11:50
then may be the last option is to unistall complete node js then start again
– Sahil
Mar 14 at 11:50
add a comment |
The first thing after the installation try this,
sudo ln -s /home/USER/npm/bin/ionic /usr/bin/ionic
If still getting the error, you are using Old version of Ionic Uninstall it and Reinstall it again.
> npm uninstall -g cordova
> npm uninstall -g ionic
Then just reinstall
> npm install -g cordova
> npm install -g ionic
if still, it gives errors another solution is
Go to user/.ionic folder and remove all files then install ionic again by using the following commands.
> npm install -g ionic
No none of this working. I had updated question do you have any clue?
– Sunny Shah
Mar 7 at 7:11
sudo ln -s /home/USER/npm/bin/ionic /usr/bin/ionic Did you tried this? Replace User with the user you are using.
– Salman Khan
Mar 8 at 5:10
add a comment |
The first thing after the installation try this,
sudo ln -s /home/USER/npm/bin/ionic /usr/bin/ionic
If still getting the error, you are using Old version of Ionic Uninstall it and Reinstall it again.
> npm uninstall -g cordova
> npm uninstall -g ionic
Then just reinstall
> npm install -g cordova
> npm install -g ionic
if still, it gives errors another solution is
Go to user/.ionic folder and remove all files then install ionic again by using the following commands.
> npm install -g ionic
No none of this working. I had updated question do you have any clue?
– Sunny Shah
Mar 7 at 7:11
sudo ln -s /home/USER/npm/bin/ionic /usr/bin/ionic Did you tried this? Replace User with the user you are using.
– Salman Khan
Mar 8 at 5:10
add a comment |
The first thing after the installation try this,
sudo ln -s /home/USER/npm/bin/ionic /usr/bin/ionic
If still getting the error, you are using Old version of Ionic Uninstall it and Reinstall it again.
> npm uninstall -g cordova
> npm uninstall -g ionic
Then just reinstall
> npm install -g cordova
> npm install -g ionic
if still, it gives errors another solution is
Go to user/.ionic folder and remove all files then install ionic again by using the following commands.
> npm install -g ionic
The first thing after the installation try this,
sudo ln -s /home/USER/npm/bin/ionic /usr/bin/ionic
If still getting the error, you are using Old version of Ionic Uninstall it and Reinstall it again.
> npm uninstall -g cordova
> npm uninstall -g ionic
Then just reinstall
> npm install -g cordova
> npm install -g ionic
if still, it gives errors another solution is
Go to user/.ionic folder and remove all files then install ionic again by using the following commands.
> npm install -g ionic
edited Mar 11 at 5:51
Amanullah Aman
198720
198720
answered Mar 7 at 6:38
Salman KhanSalman Khan
212
212
No none of this working. I had updated question do you have any clue?
– Sunny Shah
Mar 7 at 7:11
sudo ln -s /home/USER/npm/bin/ionic /usr/bin/ionic Did you tried this? Replace User with the user you are using.
– Salman Khan
Mar 8 at 5:10
add a comment |
No none of this working. I had updated question do you have any clue?
– Sunny Shah
Mar 7 at 7:11
sudo ln -s /home/USER/npm/bin/ionic /usr/bin/ionic Did you tried this? Replace User with the user you are using.
– Salman Khan
Mar 8 at 5:10
No none of this working. I had updated question do you have any clue?
– Sunny Shah
Mar 7 at 7:11
No none of this working. I had updated question do you have any clue?
– Sunny Shah
Mar 7 at 7:11
sudo ln -s /home/USER/npm/bin/ionic /usr/bin/ionic Did you tried this? Replace User with the user you are using.
– Salman Khan
Mar 8 at 5:10
sudo ln -s /home/USER/npm/bin/ionic /usr/bin/ionic Did you tried this? Replace User with the user you are using.
– Salman Khan
Mar 8 at 5:10
add a comment |
Fixed it
By editing ~/.bashrc with the following
export PATH=$PATH:/Users/EDIT_THIS_PUT_YOUR_USER_NAME_HERE/.npm-packages/bin
add a comment |
Fixed it
By editing ~/.bashrc with the following
export PATH=$PATH:/Users/EDIT_THIS_PUT_YOUR_USER_NAME_HERE/.npm-packages/bin
add a comment |
Fixed it
By editing ~/.bashrc with the following
export PATH=$PATH:/Users/EDIT_THIS_PUT_YOUR_USER_NAME_HERE/.npm-packages/bin
Fixed it
By editing ~/.bashrc with the following
export PATH=$PATH:/Users/EDIT_THIS_PUT_YOUR_USER_NAME_HERE/.npm-packages/bin
answered Mar 18 at 13:02
Sunny ShahSunny Shah
10.8k83673
10.8k83673
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55037098%2fbash-ionic-command-not-found-not-able-to-install-any-version%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Have you tried running
sudo cordova -v
?– Tachyon
Mar 7 at 7:19
@Tachyon same reasult
– Sunny Shah
Mar 7 at 7:21
What is the output of
echo $PATH
?– Tachyon
Mar 7 at 7:32
To get the version of cordova, you should use:
cordova --version
in console– Tomas Vancoillie
Mar 7 at 7:37
Possible duplicate of How to install specific version of ionic via npm
– Tomas Vancoillie
Mar 7 at 7:37