You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The npm run register command was causing an error because of the wrong command execution.
it was written as ts-node-esm instead of ts-node which is causing the error shown below.
Expected Behavior
To be able to run the register command from all devices.
Current Behavior
It's causing random error while running the particular command.
Screenshots
Reproducibility
This issue is reproducible
This issue is not reproducible
Steps to Reproduce
Try to run npm run register command.
Severity/Priority
Critical
High
Medium
Low
Additional Information
Checklist
I have read and followed the project's code of conduct.
I have searched for similar issues before creating this one.
I have provided all the necessary information to understand and reproduce the issue.
I am willing to contribute to the resolution of this issue.
The text was updated successfully, but these errors were encountered:
Issue Description
The
npm run register
command was causing an error because of the wrong command execution.it was written as
ts-node-esm
instead ofts-node
which is causing the error shown below.Expected Behavior
Current Behavior
Screenshots
Reproducibility
Steps to Reproduce
npm run register
command.Severity/Priority
Additional Information
Checklist
The text was updated successfully, but these errors were encountered: