Cannot build parser on windows
`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 条评论