uswds / uswds-gulp

A simple Gulp 4.0 workflow for transforming USWDS Sass into browser-readable CSS.
Other
35 stars 17 forks source link

USWDS - README: Update README with note on ZSH syntax error #19. #20

Closed mejiaj closed 4 years ago

mejiaj commented 4 years ago

Added the following note to README regarding a potential syntax error for ZSH users. This issue was first reported in #19.

Note: If you're using ZSH you'll need to wrap gulp in quotes "gulp@^4.0.2". Otherwise you'll get an error that says zsh: no matches found: gulp@^4.0.2.

thisisdano commented 4 years ago

As noted in my commit, I think we can just leave these version requests out of the command. Also, I think this is not specifically related to zsh, as I also use zsh but do not see this issue.