-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Beginner help - require('parse-server') without building the repository. #429
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
I need the answer to this question too, since parse-server has been updated more frequently than It was pointed out to me to change the |
+1 |
I was able to fix this by:
My app loaded afterwards. |
@MegaEduX Thanks! But unfortunately that method will not work when you deploy your server to heroku/AWS, unless you set it to run that code per build but it would become messy. |
You can fork the master branch, build it and commit to your own repo. Then you can checkout from there. |
This issue should be fixed in Parse Server 2.1.0. Please open a new issue if you still have problems. |
not able to perform execute |
You'll have to o open another issue and reference this one. I'm still facing the same issue and have to fork the library, run npm install to build the lib folder, and then remove lib from gitignore. |
Issue 336 was closed so I decided to open a new one.
I'm somewhat of a beginner with concepts such as
babel
. There seems to have been a significant folder structure change in2.0.8
which I feel hasn't been made clear in theREADME.md
.Using
require('parse-server')
results in acannot find module
error. Looking into thepackage.json
, I see the themain
file points to thelib
folder, which doesn't exist and has been added togitignore
. What are the steps we should take to run the server with the latest build?The text was updated successfully, but these errors were encountered: