parse-dashboard: command not found

Created on 5 Aug 2017  ยท  7Comments  ยท  Source: parse-community/parse-dashboard

I installed parse dashboard with this command:

npm install -g parse-dashboard
/Users/Admin/.npm-global/bin/parse-dashboard -> /Users/Admin/.npm-global/lib/node_modules/parse-dashboard/bin/parse-dashboard
/Users/Admin/.npm-global/lib
โ””โ”€โ”ฌ [email protected] 
  โ”œโ”€โ”ฌ [email protected]
  โ”‚ โ”œโ”€โ”€ [email protected] 
  โ”‚ โ””โ”€โ”€ [email protected] 
  โ””โ”€โ”ฌ [email protected]
    โ”œโ”€โ”ฌ [email protected] 
    โ”‚ โ””โ”€โ”€ [email protected] 
    โ””โ”€โ”ฌ [email protected] 
      โ””โ”€โ”€ [email protected] 

But when I'm trying to run
parse-dashboard --appId myAppId --masterKey myMasterKey --serverURL "http://localhost:1337"
after that I'm getting
-bash: parse-dashboard: command not found

What am I missing here?

Most helpful comment

I also faced this issue. Install parse-dashboard npm package with global tag
npm install -g parse-dashboard. it is working for me
Cheers

All 7 comments

you should install npm and node js to run this commend

I also faced this issue. Install parse-dashboard npm package with global tag
npm install -g parse-dashboard. it is working for me
Cheers

Closing as installing globally with -g has no know issues as of this time. To be certain I double checked this myself, it does work as expected. This is likely an issue with your local install of npm, where the packages you are installing globally are not exported for use in your terminal.

I also faced this issue. Install parse-dashboard npm package with global tag
npm install -g parse-dashboard. it is working for me
Cheers

if you look well , he was already using the command you stated , i have the same problem as him

@errazki1995 Can you open a new issue so that we can track it?

@errazki1995 Can you open a new issue so that we can track it?
sure i think it's a vs code bug , to be honest

@errazki1995 Can you open a new issue so that we can track it?

i just did now

Was this page helpful?
0 / 5 - 0 ratings

Related issues

robertherber picture robertherber  ยท  6Comments

tristanyi picture tristanyi  ยท  6Comments

sandeep2242 picture sandeep2242  ยท  3Comments

robertodias180 picture robertodias180  ยท  5Comments

badboy-tian picture badboy-tian  ยท  8Comments