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
Hi! I'm having a bit of an issue ever since I installed bluekit on my project. I create docker images of my project for deployment and my base image doesn't have git. Thus, the image creation fails on the npm install because of this. Do you have any ideas on how to get over this? I guess I could just install git on my base image, but I'm trying to keep it lean. I also see the react-docgen-typescript is a fork, so I wonder what's different from the original (which has an npm package). Anyways, just trying to get some info, but I understand you might not want to do anything about this. Thanks!
The text was updated successfully, but these errors were encountered:
Hi, that's because in the original react-docgen-typescript we missed a lot of things and BlueKit would not work without them. So we placed there our fork as a temporary solution.
Hi! I'm having a bit of an issue ever since I installed bluekit on my project. I create docker images of my project for deployment and my base image doesn't have git. Thus, the image creation fails on the npm install because of this. Do you have any ideas on how to get over this? I guess I could just install git on my base image, but I'm trying to keep it lean. I also see the
react-docgen-typescript
is a fork, so I wonder what's different from the original (which has an npm package). Anyways, just trying to get some info, but I understand you might not want to do anything about this. Thanks!The text was updated successfully, but these errors were encountered: