ITADN

Cannot build parser on windows

#767OpenTomzBench 创建于 2025-10-12
T
TomzBenchcommented
`rm -rf` seems to be used - which is not portable to windows. The windows build instructions suggest `npm ci` which will run the clean command and break. other places in the build file seem to do rm -rf. Is there interests in porting these scripts to a windows like shell? or is there a smarter work around?
11 条评论