Halo-Lab / eleventy-packages

Monorepo for all Eleventy plugins.
24 stars 1 forks source link

Running eleventy-plugin-styles fails due to peerDependencies after yarn install #4

Open sc0ttes opened 2 years ago

sc0ttes commented 2 years ago

Since yarn does not automatically install peerDependencies, the plugin fails while trying to load the peerDependencies. Perhaps you'd consider making all the peerDependencies straight dependencies since the plugin relies on them to run?