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

What should I pay attention to when configuring esm? #928

Open
Riveer01 opened this issue May 16, 2023 · 0 comments
Open

What should I pay attention to when configuring esm? #928

Riveer01 opened this issue May 16, 2023 · 0 comments

Comments

@Riveer01
Copy link

Hello,
I use pm2+esm to start the project, but the following error occurs: "Parse is not defined".
Parse is a global object in the third-party package "parse-server".

const brand = await new Parse.Query('Brand').select('brandName').equalTo('objectId', brandId).first();

There is no need using import or require for Parse.Query.
What should I pay attention to when configuring esm?
The following is the relevant configuration to start esm in pm2:

"script": "index.js",
"node_args": "-r esm",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant