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 14, 16 silent exit and docker image fail for node 16 #433

Closed
deekshithvarma256 opened this issue Aug 29, 2023 · 0 comments · Fixed by #434
Closed

Node 14, 16 silent exit and docker image fail for node 16 #433

deekshithvarma256 opened this issue Aug 29, 2023 · 0 comments · Fixed by #434
Assignees
Labels

Comments

@deekshithvarma256
Copy link
Contributor

What happened?

For Node versions 14 and 16, the explorer keeps exiting without any error in the logs or console.
The docker image build for node v16 fails because of npm dependencies.
Testcase error because of old ts-node version.

What did you expect to happen?

For Node versions 14 and 16,the explorer runs properly without exiting.
The docker image build for node v16 gives successful image.
Testcases should run and pass the builds by updating ts-node package.

How can we reproduce it (as minimally and precisely as possible)?

  • Use nvm use 14 or nvm use 16 and npm install in both explorer and client, do npm run build in client, and npm start in explorer
  • Observe the explorer keeps exiting.
  • Build a docker image by giving the node version 16.
  • Observe the build fails because of legacy-peer-deps issue.
  • Do npm run test and observe that it gives error without even running any tests

Anything else we need to know?

No response

OS version

# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here

# On Windows:
C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Developer Done
Development

Successfully merging a pull request may close this issue.

2 participants