-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
parse-server fails to start (parse-server: command not found) #4686
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Your node version (4.2.6) is outdated, you need to upgrade to a most recent version like 8.11. |
@flovilmart did
interfere with my other mongo db which i had installed by following instructions from mongodb.com? |
The issue is not about mongodb, mongodb-runner is safe to use alongside your setup. You need to download and install the latest node version |
I have updated node to v8.11.1 but when i try to run
|
If you use npm start, your should add -- before the first parameter:
|
ooh my. that worked. so it means i have to enter parse-server folder(~/.npm-global/lib/node_modules/parse-server) and run the terminal from there. there is no way to do it directly without navigating to the folder. Isn't It? |
after you reinstalled node, you should probably run |
if it isn,t it's probably because your PATH environment variable isn't properly configured. |
@flovilmart Awesome.After I set my PATH variable at |
@flovilmart I tried to upload this parse-server to google app engine. First i created a file called
when i run |
@flovilmart I deployed the server sample app instead of this and it worked. |
I have followed the below commands to install parse server locally.
the server files are downloaded and stored at
~/.npm-global/lib/node_modules/parse-server$
when i go to that folder and try to runparse-server --appId myserver --masterKey myserver --databaseURI mongodb://localhost/test
on the terminal, I get the error belowparse-server: command not found
When i try to run
npm start
on the terminal from the same folder, I get the error belowThe text was updated successfully, but these errors were encountered: