Hilfe bei Parse / MongoDB

  • Antworten:1
Markusxx
  • Forum-Beiträge: 23

08.06.2016, 13:47:16 via Website

Hey, ich hoffe es passt hier rein.

Ich wolte eine App Erstellen und brauche dazu Parse / MongoDB.

Leider bekomme ich nichts zum laufen. Hat jemand erfahrung damit und kann mir beim Installieren helfen?

Ich bekomme einfach Errors beim Starten von Parse

ParseServer@0.0.1 start /home/parse/ParseServer
node server.js

/home/parse/ParseServer/node_modules/parse-server/lib/requiredParameter.js:8
throw errorMessage;
^
You must provide a serverURL!

npm ERR! Linux 3.13.0-042stab111.12
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "start"
npm ERR! node v5.10.1
npm ERR! npm v3.8.3
npm ERR! code ELIFECYCLE
npm ERR! ParseServer@0.0.1 start: node server.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ParseServer@0.0.1 start script 'node server.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the ParseServer package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node server.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs ParseServer
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls ParseServer
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /home/parse/ParseServer/npm-debug.log

Leider sagt dies mir nichts ich habe schon einiges Versucht .

Eigentlich um es genau auszudrücken ich bin zu doof um es zum laufen zu bekommen ich brauch ja nur diese ID und KEY mehr nicht :(

Lg

Antworten
SvenDD
  • Forum-Beiträge: 272

09.06.2016, 16:59:28 via Website

Steht doch da:

You must provide a serverURL!

Antworten