Hi, someone can kindly help me identify the error or can tell me what to do.
When I try to upload the project to fly, it tells me the error that babel is not recognized and the message is not very clear.
In the generated Dockerfile, there should be a line like:
# to install all modules: "npm install --production=false".
Try looking for a line in that file that starts with npm install
, and add --production=false
and rerun fly deploy
.
1 Like
Thank you very much for your comment.