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?
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-dashboardnpm 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
Most helpful comment
I also faced this issue. Install
parse-dashboardnpm package with global tagnpm install -g parse-dashboard. it is working for meCheers