generated from Real-Dev-Squad/website-template
-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
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 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.
Metadata
Metadata
Assignees
Labels
No labels