-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Parse locally setup error #1018
Comments
What is the exact command that your run in your terminal? |
$ parse-server --appId APPLICATION_ID --masterKey MASTER_KEY |
you should set APPLICATION_ID to your applicationId and MASTER_KEY to your masterKey |
i have done, after its give error like : module.js:329 Error: Cannot find module '/Users/vishal/123' |
for some odd reason, the cli thinks your master key is the path to a json file, try: parse-server --appId=APPLICATION_ID --masterKey=MASTER_KEY Just out of curiosity, what system are you running on ? |
This is unauthorized because you're not setting the proper headers in your request. |
Ok, done, thanks @flovilmart , You save my day.. |
Error: Cannot find module '../lib/cli/parse-server' . I am getting this error, when I am trying to deploy in it on ibm bluemix. Could you please guide me regarding this. (i cloned git repository into my local system and push it using "cf push" command.) 2016-03-21T18:05:21.373+0530[App/0]ERR at Module.require (module.js:353:17) |
try building it first with: |
I have used the below command I am getting this error 2016-03-22T11:58:43.85+0530 [STG/0] OUT -----> Build succeeded! |
I have done this step
$ npm install -g parse-server mongodb-runner
$ mongodb-runner start
$ parse-server --appId APPLICATION_ID --masterKey MASTER_KEY
Give app id 123 and masterkey 123
It gives error like :
module.js:329
throw err;
^
Error: Cannot find module '/Users/vishal/123'
at Function.Module._resolveFilename (module.js:327:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:355:17)
at require (internal/module.js:13:17)
at Object. (/usr/local/lib/node_modules/parse-server/lib/cli/parse-server.js:59:13)
at Module._compile (module.js:399:26)
at Object.Module._extensions..js (module.js:406:10)
at Module.load (module.js:345:32)
at Function.Module._load (module.js:302:12)
at Module.require (module.js:355:17)
How can i solve this
The text was updated successfully, but these errors were encountered: