-
-
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
Syntax Error #4
Comments
Ah this should be require('parse-server').ParseServer |
Actually... this is ES6 code and perhaps tonicdev does not support it?... |
Ah I was on an older version of Node, switched to v4.2.6 and working fine. Thanks! |
Closed
ghost
mentioned this issue
Dec 24, 2016
Closed
kylekasky
pushed a commit
to kylekasky/parse-server
that referenced
this issue
Jan 12, 2023
fixed files not going to correct folders when they didnt have a file extension
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Receiving the following error message when I tried spinning up a sample Express project and requiring parse-server.
This happens even if all I do is
require('parse-server')
, or if I go ahead and follow the example in the README.mdSee this test https://tonicdev.com/npm/parse-server
SyntaxError: /app/available_modules/1454024179000/parse-server/index.js:145 request(options, (error, response, body) => { ^^ Unexpected token =>
The text was updated successfully, but these errors were encountered: