mean-cli icon indicating copy to clipboard operation
mean-cli copied to clipboard

Add information about GNU Patch

Open jwebbdev opened this issue 8 years ago • 2 comments

When running mean init we should at the very least detect if the platform is windows and give a link to https://git-scm.com/download/win for installing GNU Patch as only the latest version works with Snyx and the version that comes up first in search results does not.

Ideally we could parse 'patch -v' to sort out if it's recent enough, but for now I think people would be happen with it being obvious how to successfully install on windows.

jwebbdev avatar Sep 29 '16 15:09 jwebbdev

I had to add to path as well C:\Program Files\Git\usr\bin

C:\Users\Tim>patch -v
GNU patch 2.7.5

Img instructions for those inclined how to add patch to path

timelf123 avatar Sep 29 '16 16:09 timelf123

Yeah, as did I.

On Thu, Sep 29, 2016 at 12:15 PM, Tim Elfelt [email protected] wrote:

I had to add to path as well C:\Program Files\Git\usr\bin

C:\Users\Tim>patch -v GNU patch 2.7.5

Img instructions for those inclined [image: asd] https://camo.githubusercontent.com/1ab509aaf72924f99b0294fa8e69ee9183531dd5/687474703a2f2f692e696d6775722e636f6d2f4f424c695937522e706e67

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/linnovate/mean-cli/issues/142#issuecomment-250514714, or mute the thread https://github.com/notifications/unsubscribe-auth/AB5n0lo8jFZayAM7kmjz18iXsL9QZ9DTks5qu-QXgaJpZM4KKJci .

jwebbdev avatar Sep 29 '16 16:09 jwebbdev