Skip to content
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-server installation issues on heroku #320

Closed
rosarioconti opened this issue Feb 9, 2016 · 2 comments
Closed

Parse-server installation issues on heroku #320

rosarioconti opened this issue Feb 9, 2016 · 2 comments

Comments

@rosarioconti
Copy link

HI
I tried to install Parse-server module 2.0.7 but also happening with previous version until 2.0.4
but I'm getting some issue.

Something looks missing. Any idea why I can't install the latest ? and just to be sure is the 2.0.7 latest at this point?

thanks

2016-02-08T23:41:09.076672+00:00 app[web.1]: module.js:341
2016-02-08T23:41:09.076674+00:00 app[web.1]: throw err;
2016-02-08T23:41:09.076675+00:00 app[web.1]: ^
2016-02-08T23:41:09.076675+00:00 app[web.1]:
2016-02-08T23:41:09.076676+00:00 app[web.1]: Error: Cannot find module './password'
2016-02-08T23:41:09.076677+00:00 app[web.1]: at Function.Module._resolveFilename (module.js:339:15)
2016-02-08T23:41:09.076677+00:00 app[web.1]: at Function.Module._load (module.js:290:25)
2016-02-08T23:41:09.076678+00:00 app[web.1]: at Module.require (module.js:367:17)
2016-02-08T23:41:09.076678+00:00 app[web.1]: at require (internal/module.js:16:19)
2016-02-08T23:41:09.076679+00:00 app[web.1]: at Object. (/app/node_modules/parse-server/RestWrite.js:12:22)
2016-02-08T23:41:09.076680+00:00 app[web.1]: at Module._compile (module.js:413:34)
2016-02-08T23:41:09.076680+00:00 app[web.1]: at Object.Module._extensions..js (module.js:422:10)
2016-02-08T23:41:09.076681+00:00 app[web.1]: at Module.load (module.js:357:32)
2016-02-08T23:41:09.076681+00:00 app[web.1]: at Function.Module._load (module.js:314:12)
2016-02-08T23:41:09.076684+00:00 app[web.1]: at Module.require (module.js:367:17)

@Copyrightsworld
Copy link

Have you tried deploying Parse server using the Heroku button at https://github.com/ParsePlatform/parse-server-example ?

@rosarioconti
Copy link
Author

I'm doing an update, not first time installation, what's not clear? but anyway...
I found out the route cause, it was involuntary commit of the node_modules where that module was missing.
So, now its working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants