uswds / uswds-gulp

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

Unable to install uswds-gulp without running `npm install --save del` #44

Closed albertkun closed 2 years ago

albertkun commented 2 years ago

This may be related to the (closed) issue #42, but del seems to be missing from the package.json when following the instructions to install uswds-gulp:

image

For now I've been using the workaround npm install --save del, but let me know if I'm missing something.

Thank you!

mejiaj commented 2 years ago

Thanks for reporting this! I've created a PR #45. Would you mind testing it out?

danizen commented 2 years ago

I also encountered this issue. Aside from missing del, I solved all my issues mentioned in #42 by switching to yarn - it allows me to keep up with the latest audit findings easier, but I understand why GSA TTS wouldn't want to do that. Keeping it with npm may make adoption simpler for designers who have never used SCSS before.

Consider switching to yarn so that the updates can be a little less painful over time, but I understand if you decide not.