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
{{ message }}
This repository has been archived by the owner on Nov 17, 2019. It is now read-only.
Hi,
I just forked this repository, and after npm install, the pretest script failed on my computer (Windows 10). This seems to be due to the rm -rf build command, not recognized (though rm is supported by powerShell...).
By using rimraf, the pretest command works fine. Shall I submit this change as a PR?
The text was updated successfully, but these errors were encountered:
Hi,
I just forked this repository, and after
npm install
, thepretest
script failed on my computer (Windows 10). This seems to be due to therm -rf build
command, not recognized (though rm is supported by powerShell...).By using
rimraf
, thepretest
command works fine. Shall I submit this change as a PR?The text was updated successfully, but these errors were encountered: