uswds / uswds-gulp

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

Repeated Dependencies gulp-sass and sass #47

Closed smustgrave closed 2 years ago

smustgrave commented 2 years ago

Error: Could not define the property "sass", you may have repeated dependencies in your package.json like "gulp-sass" and "sass"

Any suggestions for how to resolve this?

mejiaj commented 2 years ago

Make sure you're using the latest packages and at least v16 of node.

If you get this figured out, please share your solution so we can close this ticket out.

smustgrave commented 2 years ago

We got around this with a different set of packages I think. But haven't looked at it in a while. We switched over to uswds-compile on my current project. So if uswds-gulp is essentially deprecated I say close it.

mejiaj commented 2 years ago

Sounds good. Will close, thanks!