Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

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

@Riveer01

Description

@Riveer01

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",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions