reach4help icon indicating copy to clipboard operation
reach4help copied to clipboard

Documentation: Error when trying to deploy function that src/shared/model does not exist when deploying on Windows

Open ethanstrominger opened this issue 5 years ago • 1 comments

Error when trying to deploy function that src/shared/model does not exist.


ZenHub Information

This information is updated automatically. To modify it, please use ZenHub.

ethanstrominger avatar Feb 23 '21 20:02 ethanstrominger

According to @s0, https://github.com/reach4help/reach4help/blob/development/functions/src/shared/model is actually a symbolic link to https://github.com/reach4help/reach4help/tree/development/model/src (hence the value of ../../../model/src). Didn't work for me probably because I'm on Windows (again), but that might explain why the build hasn't failed on Github actions or Firebase as they're likely using Linux.

shayantist avatar Feb 24 '21 07:02 shayantist