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
If I remove the rimraf call and move the build script to just be "babel ./src --out-dir dist --extensions ".ts,.tsx,.js" --source-maps" then it gives a babel: not found error.
I'm not sure if the build isn't installing dev dependencies or if it isn't sure how to reference them or what.
I will look more into it later, I am posting it here in case somebody else runs into the issue or knows the solution.
The text was updated successfully, but these errors were encountered:
I can't get the project to build in docker:
sh: 1: rimraf: not found
If I remove the rimraf call and move the build script to just be "babel ./src --out-dir dist --extensions ".ts,.tsx,.js" --source-maps" then it gives a
babel: not found
error.I'm not sure if the build isn't installing dev dependencies or if it isn't sure how to reference them or what.
I will look more into it later, I am posting it here in case somebody else runs into the issue or knows the solution.
The text was updated successfully, but these errors were encountered: