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

node.js environmental problems #10

Open
xh2ctrl opened this issue Aug 5, 2023 · 0 comments
Open

node.js environmental problems #10

xh2ctrl opened this issue Aug 5, 2023 · 0 comments

Comments

@xh2ctrl
Copy link

xh2ctrl commented Aug 5, 2023

Now I used the docker image witcherfuzz/nodejs by "docker pull witcherfuzz/nodejs"
Here are the versions:

  • node v14.0.0-pre
  • npm 6.14.4

The issue occurs while trying to run the Request Crawler
node main.js request_crawler http://localhost /openemr/user --no-headless
After I installed the the required dependencies with internet connection, such as [email protected]
Here are the problems:

  • Variations in import and export method between commonJS module and ES6 module
  • Syntax mismatch, such as class private function names with #prefix, use of "??=", and so on.

What should I do, update node version or install the old version package?

By the way, I have attempted to update the node, but I should update make, glibc at the same time, this is also complicated.

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

1 participant