-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













5















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$









share|improve this question
























  • 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















5















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$









share|improve this question
























  • 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













5












5








5








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$









share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 14 at 9:32







Sunny Shah

















asked Mar 7 at 6:07









Sunny ShahSunny Shah

10.8k83673




10.8k83673












  • 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

















  • 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
















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












3 Answers
3






active

oldest

votes


















3





+50









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





share|improve this answer























  • 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


















2














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





share|improve this answer

























  • 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


















0














Fixed it



By editing ~/.bashrc with the following



export PATH=$PATH:/Users/EDIT_THIS_PUT_YOUR_USER_NAME_HERE/.npm-packages/bin






share|improve this answer






















    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
    );



    );













    draft saved

    draft discarded


















    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









    3





    +50









    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





    share|improve this answer























    • 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















    3





    +50









    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





    share|improve this answer























    • 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













    3





    +50







    3





    +50



    3




    +50





    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





    share|improve this answer













    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






    share|improve this answer












    share|improve this answer



    share|improve this answer










    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

















    • 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













    2














    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





    share|improve this answer

























    • 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















    2














    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





    share|improve this answer

























    • 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













    2












    2








    2







    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





    share|improve this answer















    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






    share|improve this answer














    share|improve this answer



    share|improve this answer








    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

















    • 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











    0














    Fixed it



    By editing ~/.bashrc with the following



    export PATH=$PATH:/Users/EDIT_THIS_PUT_YOUR_USER_NAME_HERE/.npm-packages/bin






    share|improve this answer



























      0














      Fixed it



      By editing ~/.bashrc with the following



      export PATH=$PATH:/Users/EDIT_THIS_PUT_YOUR_USER_NAME_HERE/.npm-packages/bin






      share|improve this answer

























        0












        0








        0







        Fixed it



        By editing ~/.bashrc with the following



        export PATH=$PATH:/Users/EDIT_THIS_PUT_YOUR_USER_NAME_HERE/.npm-packages/bin






        share|improve this answer













        Fixed it



        By editing ~/.bashrc with the following



        export PATH=$PATH:/Users/EDIT_THIS_PUT_YOUR_USER_NAME_HERE/.npm-packages/bin







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 18 at 13:02









        Sunny ShahSunny Shah

        10.8k83673




        10.8k83673



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Save data to MySQL database using ExtJS and PHP [closed]2019 Community Moderator ElectionHow can I prevent SQL injection in PHP?Which MySQL data type to use for storing boolean valuesPHP: Delete an element from an arrayHow do I connect to a MySQL Database in Python?Should I use the datetime or timestamp data type in MySQL?How to get a list of MySQL user accountsHow Do You Parse and Process HTML/XML in PHP?Reference — What does this symbol mean in PHP?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?

            Compiling GNU Global with universal-ctags support Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exuberant ctagsVim and Ctags tips and trickscscope or ctags why choose one over the other?scons and ctagsctags cannot open option file “.ctags”Adding tag scopes in universal-ctagsShould I use Universal-ctags?Universal ctags on WindowsHow do I install GNU Global with universal ctags support using Homebrew?Universal ctags with emacsHow to highlight ctags generated by Universal Ctags in Vim?

            Add ONERROR event to image from jsp tldHow to add an image to a JPanel?Saving image from PHP URLHTML img scalingCheck if an image is loaded (no errors) with jQueryHow to force an <img> to take up width, even if the image is not loadedHow do I populate hidden form field with a value set in Spring ControllerStyling Raw elements Generated from JSP tagds with Jquery MobileLimit resizing of images with explicitly set width and height attributeserror TLD use in a jsp fileJsp tld files cannot be resolved