client icon indicating copy to clipboard operation
client copied to clipboard

Build fails on Windows if `touch` command is missing

Open HardwayLinka opened this issue 2 years ago • 1 comments

image

image

environment: win 11 22H2 yarn v1.22.19 node.js v18.12.0

HardwayLinka avatar Nov 01 '22 07:11 HardwayLinka

The error is occurring when make tries to run touch node_modules/.uptodate. This command is not actually that important, but it would require some Unix-like touch command to be installed on a Windows system.

While I believe someone has built Hypothesis on Windows a long time ago, everybody who currently works on Hypothesis uses either Linux or Mac, so I fully expect there may be difficulties running it on this platform, especially with the backend "h" service.

robertknight avatar Nov 01 '22 10:11 robertknight