plugin-postcss has uninstalled dependency #1640
yurylavrukhin
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I'm using snowpack plugin-postcss.
When I run
snowpack install
— I get this error:Error: @snowpack/plugin-postcss tried to access execa, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound.
I think the problem is that this package uses uninstalled dependency
execa
.This PR should fix the issue. Please check it out.
I'm using yarn2 and snowpack.
Beta Was this translation helpful? Give feedback.
All reactions