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
As of 1.0.8 it fails with the following error message:
yarn dev v0.27.5
$ tsc-watch --onSuccess "node -r dotenv/config dist/index.js"
env: node\r: No such file or directory
error Command failed with exit code 127.
The text was updated successfully, but these errors were encountered:
Previously with v1.0.7, the following command would work:
tsc-watch --onSuccess \"node -r dotenv/config dist/index.js\"
As of 1.0.8 it fails with the following error message:
The text was updated successfully, but these errors were encountered: