I need to compress contents of a directory into a zip file, so I tried ``` nodezip -c build.zip build/* ``` but a error occurred which says >Error: file build/* not found.